https://github.com/x-cod3r/tweety-autodelete-replies
https://github.com/x-cod3r/tweety-autodelete-replies
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/x-cod3r/tweety-autodelete-replies
- Owner: x-cod3r
- License: mit
- Created: 2025-05-09T10:42:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T15:21:31.000Z (12 months ago)
- Last Synced: 2025-06-22T16:29:19.027Z (12 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweety-autodelete-replies
## Setup
1. **Create a `.env` file:** In the root directory of the project, create a file named `.env`.
2. **Add Twitter API Credentials:** Open the `.env` file and add your Twitter API v2 credentials in the following format:
```
API_KEY="your_api_key_here"
API_SECRET="your_api_secret_here"
ACCESS_TOKEN="your_access_token_here"
ACCESS_TOKEN_SECRET="your_access_token_secret_here"
```
You can obtain these credentials from the [Twitter Developer Portal](https://developer.twitter.com/).