Skip to content

A simple python tool that makes your Twitter timeline much better.

Notifications You must be signed in to change notification settings

saeedesmaili/better-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better-Twitter

A simple python tool that makes your twitter timeline much better.

Installation

pip3 install better-twitter

Twitter API

To be able to use this package, you need to register a Twitter app and add its credentials when you use this package for the first time. This package will connect to your Twitter account using that app's credentials on behalf of you.

Get started

Block from file

To block multiple users of a file:

better-twitter --block-file test_file.csv

Note: The csv file should have two columns named user_id and screen_name.

Mute from file

To mute multiple users of a file:

better-twitter --mute-file test_file.csv

Note: The csv file should have two columns named user_id and screen_name.

Update Twitter API

To update twitter API credentials:

better-twitter --update-api

To Do

  • Add "mute from file" functionality
  • Add "block from file" functionality
  • Rewrite the functions in OOP style
  • Splite functions to be separated in different files and directories (instead of a single main.py file)
  • Add "block/mute retweeters of a tweet" functionality
  • Add "block/mute likes of a tweet" functionality
  • Add "check a fake user's retweets" functionality
  • Add "remove my tweets older than N days" functionality
  • Add "remove my likes older than N days" functionality
  • Add "search for tweets containing a specific word/hashtag and block/mute them"
  • Add "export an account's tweets/followers/followings/likes"
  • Add "block accounts tweeting about a specific hashtag"
  • Add "export block list"

About

A simple python tool that makes your Twitter timeline much better.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages