-
Notifications
You must be signed in to change notification settings - Fork 5
Home
webisteme edited this page Nov 22, 2011
·
3 revisions
Welcome to the trustlist wiki!
Version 0.02
MVP:
A Python script which takes a seed user and list name as inputs, recursively crawls all connected lists with the same name, and returns a JSON output containing:
- Every listed user
- For each user, who listed them
For example:
{'user': 'persona', 'listed_by' : {'personb', 'personc'}}
Version 0.01 [Done]
Recursively crawl Twitter lists with a common name from a seed_user, and build a meta list of all listed users. Return it in a dictionary.