Skip to content

Commit

Permalink
add support for Twitter cookies from environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 5, 2025
1 parent 0b5d5e3 commit 5fed4b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ TWITTER_USERNAME= # Account username
TWITTER_PASSWORD= # Account password
TWITTER_EMAIL= # Account email
TWITTER_2FA_SECRET=

# Authentication cookies for Twitter session
TWITTER_AUTH_TOKEN=
TWITTER_CT0=
TWITTER_GUEST_ID=

TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for interactions
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with
Expand Down

0 comments on commit 5fed4b0

Please sign in to comment.