Skip to content

Commit

Permalink
adding TODO file.
Browse files Browse the repository at this point in the history
  • Loading branch information
freebsdgirl committed Nov 6, 2014
1 parent 3f92572 commit 7df91a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TODO
@@ -0,0 +1,10 @@
Check whitelist IDs instead of names

Add scoring:
- age of account
- follower:following ratio
- number of blacklisted users a sheeple is following

Split up API requests so after every block of follower ids is retrieved, an API request to retrieve the username immediately follows it. We'll see how this works. It's going to add more requests for users because prior to this, we were only querying users that followed more than 1 account. If it gets to be a problem, can switch back to the old method.

Update README to reflect how to use third-party tools to implement mass blocks until API issues are worked out with twitter.

0 comments on commit 7df91a6

Please sign in to comment.