Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayraegah/twitter-scripts
Hobby scripts to mess around with my twitter account
https://github.com/rayraegah/twitter-scripts
automation python twitter
Last synced: 12 days ago
JSON representation
Hobby scripts to mess around with my twitter account
- Host: GitHub
- URL: https://github.com/rayraegah/twitter-scripts
- Owner: Rayraegah
- License: mit
- Created: 2018-07-31T13:58:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:46:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T00:42:30.800Z (about 1 month ago)
- Topics: automation, python, twitter
- Language: Python
- Size: 308 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter scripts
## Nuke my tweets
Deletes all tweets from a twitter account using twitter history. Has the option to preserve tweets.
## Follow my minions
Add all twitter accounts in a csv file as friend on twitter.
## How does it work?
It uses the twitter archive and twitter api to find tweets by id and delete them one by one.
### Set up
- [1] Make a new app at https://apps.twitter.com/
- [2] Create an Access token for it
- [3] Download this git repository
- [4] Install and activate the virtual environment
- [5] Rename file `scripts_template.ini` to `scripts.ini`
- [7] Fill the details in `scripts.ini` file
- [8] Execute command `python3 file_name.py` for a dry run
- [8] Execute command `python3 file_name.py -a` to wreck yourself## License
Nuke Tweets is released under MIT license