We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5d5e3 commit 5fed4b0Copy full SHA for 5fed4b0
.env.example
@@ -70,6 +70,12 @@ TWITTER_USERNAME= # Account username
70
TWITTER_PASSWORD= # Account password
71
TWITTER_EMAIL= # Account email
72
TWITTER_2FA_SECRET=
73
+
74
+# Authentication cookies for Twitter session
75
+TWITTER_AUTH_TOKEN=
76
+TWITTER_CT0=
77
+TWITTER_GUEST_ID=
78
79
TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for interactions
80
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
81
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with
0 commit comments