Command-line application for rapidly reviewing and deleting your past tweets.
- Clone the repository
- (optionally) Create and activate a new virtual Python environment
- Install the necessary libraries:
pip install -r requirements.txt
- Create a new Twitter App with no Callback URL. Ensure the app has both Read and Write permissions
- Paste the consumer key and consumer secret in the respective placeholder in
configEXAMPLE.py
and rename the file toconfig.py
- Run
python3 birdbath.py