Skip to content

Commit 5fed4b0

Browse files
committed
add support for Twitter cookies from environment settings
1 parent 0b5d5e3 commit 5fed4b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env.example

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ TWITTER_USERNAME= # Account username
7070
TWITTER_PASSWORD= # Account password
7171
TWITTER_EMAIL= # Account email
7272
TWITTER_2FA_SECRET=
73+
74+
# Authentication cookies for Twitter session
75+
TWITTER_AUTH_TOKEN=
76+
TWITTER_CT0=
77+
TWITTER_GUEST_ID=
78+
7379
TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for interactions
7480
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
7581
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with

0 commit comments

Comments
 (0)