You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs/quickstart.md
-11
Original file line number
Diff line number
Diff line change
@@ -168,21 +168,10 @@ Add to your `.env`:
168
168
TWITTER_USERNAME= # Account username
169
169
TWITTER_PASSWORD= # Account password
170
170
TWITTER_EMAIL= # Account email
171
-
TWITTER_COOKIES= # Account cookies (auth_token and CT0)
172
171
```
173
172
174
173
**Important:** Log in to the [Twitter Developer Portal](https://developer.twitter.com) and enable the "Automated" label for your account to avoid being flagged as inauthentic.
175
174
176
-
Example for TWITTER_COOKIES
177
-
178
-
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:
0 commit comments