๐Ÿ“ฆ rmedranollamas / x

๐Ÿ“„ .env.example ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17# Your X API credentials from your developer account
# Rename this file to .env and fill in your credentials.
X_API_KEY="YOUR_API_KEY"
X_API_KEY_SECRET="YOUR_API_KEY_SECRET"
X_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
X_ACCESS_TOKEN_SECRET="YOUR_ACCESS_TOKEN_SECRET"

# Email Reporting Settings
SMTP_HOST="smtp.gmail.com"
SMTP_PORT=587
SMTP_USER="your-email@example.com"
SMTP_PASSWORD="your-app-specific-password"
REPORT_SENDER="your-email@example.com"
REPORT_RECIPIENT="recipient@example.com"
SMTP_USE_TLS=False
SMTP_START_TLS=True