Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 611 Bytes

Twitty

A utility built using tweepy to ease up twitter account maintenance

Installation:

Dependency:

install dependencies pip install -r requirements.txt

Methods added so far:

  • friendlist_purifier() - unfollows who unfollowed or, never follow back, keeping a predefined list of people you follow safe (even if they unfollow)

  • show_protected_friends() - shows list of friends safe from friendlist_purifier (if any)