Skip to content

Commit 666d5c1

Browse files
authored
Merge pull request #559 from grallc/fix-twitter-docs
Improved Twitter Documentation
2 parents d706e77 + ffe210c commit 666d5c1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/docs/quickstart.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ Example for TWITTER_COOKIES
141141
The TWITTER_COOKIES variable should be a JSON string containing the necessary cookies. You can find these cookies in your web browser's developer tools. Here is an example format:
142142

143143
```bash
144-
TWITTER_COOKIES='[{"name":"auth_token","value":"your token","domain":".twitter.com"},
145-
{"name":"ct0","value":"your ct0","domain":".twitter.com"},
146-
{"name":"guest_id","value":"your guest_id","domain":".twitter.com"}]'
144+
TWITTER_COOKIES='[{"key":"auth_token","value":"your token","domain":".twitter.com"},
145+
{"key":"ct0","value":"your ct0","domain":".twitter.com"},
146+
{"key":"guest_id","value":"your guest_id","domain":".twitter.com"}]'
147147
```
148148

149+
Using TWITTER_COOKIES makes providing TWITTER_PASSWORD and TWITTER_EMAIL unnecessary. TWITTER_USERNAME is still required.
150+
149151
### Telegram Bot
150152

151153
1. Create a bot

0 commit comments

Comments
 (0)