A simple CLI application which recommends something interesting on Twitter to you. You can explore the best links someone around you(or your friends, or any Twitterist) are talking about.
It uses Twitter API through the excellent Tweepy library. And it sort the recommendation links by RetweetRank(just as simplified PageRank for Twitter).
pip install -e .
It's all!
$ ./tweepops
Do you have Twitter API keys?(y/n):
Then if you have Twitter API Key you say 'y' and input them. Otherwise just type 'n'.
Please input a Twitter username(without @): raincolee
raincolee is my Twitter username. You can input anyone's username you want.
Wait a minute... and read today's articles/news!
If you got this error message:
Sorry you have reached the Twitter API rate limiting. May retry later?
It's caused by Twitter Rate Limiting. You can input API Key to extend your limiting(from 150/hour to 350/hour). Or you can descrese the links_limit
in config
file.