Twitter Automation for finding Top Tweets
What is a Twitter List?
A list is a curated group of Twitter accounts. You can create your own lists or subscribe to lists created by others. Viewing a list timeline will show you a stream of Tweets from only the accounts on that list.
Why do I need a sorting based on most retweets?
Gives you a glimpse of most trending topic out of interesting "curated twitter lists".
Nothing was readily available for simple sorting based on retweets
Did a small hobbyist solution, for the purpose of curation among multiple twitter lists. The output is a list of different tweets sorted based on either likes or retweets.
The solution does use the tweepy, anyone can simply fork and fill the information about consumer_key and token from TwitterApps.
Github Code and Live Demo output
Demo is curating from these lists: Google Dev, Mashable, Top Tech, Tech News
Since its personal project, didn't scheduled it for auto-refresh. Feel free to contribute by sending PR or reporting issues.