This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # get the list of accounts i follow on twitter | |
| # and print out their URLs, so i can visit | |
| # some of them randomly during coding breaks | |
| # and unfollow accounts that don't add value | |
| import tweepy | |
| # twitter credentials | |
| # SEARCH: how to get twitter credentials | |
| # SEE: https://www.jcchouinard.com/twitter-api-credentials/ |
OlderNewer