An open API service indexing awesome lists of open source software.

https://github.com/x-cod3r/tweety-autodelete-replies


https://github.com/x-cod3r/tweety-autodelete-replies

Last synced: 11 months ago
JSON representation

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/).