Skip to content

st3fan/disable-all-retweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disable-all-retweets

Small Python script that disables retweets for all your friends. Also see stefan.arentz.ca/posts/2020-08-29-disablingallretweets for some more context.

$ python -m venv env
$ source env/bin/activate
(env) $ export CONSUMER_KEY=...
(env) $ export CONSUMER_SECRET=...
(env) $ export ACCESS_TOKEN=...
(env) $ export ACCESS_TOKEN_SECRET=...
(env) $ python disable-all-retweets.py
Disabling retweets for 9534522
Disabling retweets for 783214
Disabling retweets for 15842287
Disabling retweets for 12501742
Disabling retweets for 29395988
...

About

Disable All Retweets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages