Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amanmj/twitterrefresh
A simple web application that allows you to delete all your tweets and start using your twitter account from scratch
https://github.com/amanmj/twitterrefresh
flask hacktoberfest python tweets twitter-api
Last synced: 23 days ago
JSON representation
A simple web application that allows you to delete all your tweets and start using your twitter account from scratch
- Host: GitHub
- URL: https://github.com/amanmj/twitterrefresh
- Owner: amanmj
- Created: 2017-07-15T14:19:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T22:02:11.000Z (over 3 years ago)
- Last Synced: 2023-03-02T13:47:03.050Z (over 1 year ago)
- Topics: flask, hacktoberfest, python, tweets, twitter-api
- Language: Python
- Homepage:
- Size: 56.4 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TwitterRefresh : Reset your twitter account
## Delete all your tweets & replies within a couple of minutes!
![alt text](https://github.com/amanmj/TwitterRefresh/blob/master/GIF/myGif.gif "Sample Demo")
How to use ?
1. Clone this repository using ```git clone https://github.com/amanmj/TwitterRefresh ```
2. Enter this repo using ```cd TwitterRefresh```
3. ```pip install -r requirements.txt```
4. Create a new twitter app from https://dev.twitter.com/
5. Open Server.py and enter your key and secret corresponding to ```apiKey``` and ```apiSecret```
6. Set up your twitter app and enter the endpoint where you will be running the code
7. Run ```python Server.py```
8. Open http://localhost:5000/twitter and proceed
9. Keep a watch on your terminal