Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed May 4, 2024
1 parent 765877e commit e57c716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ An X account is required. It is recommended to use a throwaway account due to us
- `USERS_MEDIA`: Comma-separated list of [X](https://x.com/) usernames to monitor for media posts only.
- `COOLDOWN_MIN_TIME`: Minimum randomized cooldown time between checking for new posts (default is 60).
- `COOLDOWN_MAX_TIME`: Maximum randomized cooldown time between checking for new posts (default is 300).
- `X_CSRF_TOKEN`: CSRF Token obtained via request inspection on X.
- `X_AUTH_TOKEN`: Cookie Auth Token obtained via request inspection on X.
- `X_BEARER_TOKEN`: Authentication Bearer Token obtained via request inspection on X.
- `DISCORD_WEBHOOK_URL`: [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) URL to receive available username notifications.
- `X_CSRF_TOKEN`: CSRF Token obtained via request inspection on [X](https://x.com/).
- `X_AUTH_TOKEN`: Cookie Auth Token obtained via request inspection on [X](https://x.com/).
- `X_BEARER_TOKEN`: Authentication Bearer Token obtained via request inspection on [X](https://x.com/).
- `DISCORD_WEBHOOK_URL`: [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) URL to receive new post notifications.

### Docker (Recommended)

Expand Down

0 comments on commit e57c716

Please sign in to comment.