twitter_list_mgmt is a python package I created to make it easier to add users to your Twitter list from other lists, among other things.
Say you've created a covid twitter list to keep track of news around the pandemic. You've just found another list on covid curated by an epidemiologist in London, and you want to add members from that to your own Covid list. This is the package you use for it.
Now for most basic operations like retrieving the current membership of a Twitter list, adding users to it, removing them etc. the Tweepy library is good enough. twitter_list_mgmt just adds extra functionality on top of Tweepy to make working with lists easier.
This package will help heavy twitter and tweetdeck users, especially those who use lists to manage the firehose of information from social media.
Have any questions or comments, do let me know! Also, not a professional developer/programmer, so be nice :)
shijithpk|4 years ago
Say you've created a covid twitter list to keep track of news around the pandemic. You've just found another list on covid curated by an epidemiologist in London, and you want to add members from that to your own Covid list. This is the package you use for it.
Now for most basic operations like retrieving the current membership of a Twitter list, adding users to it, removing them etc. the Tweepy library is good enough. twitter_list_mgmt just adds extra functionality on top of Tweepy to make working with lists easier.
This package will help heavy twitter and tweetdeck users, especially those who use lists to manage the firehose of information from social media.
Have any questions or comments, do let me know! Also, not a professional developer/programmer, so be nice :)