Skip to content

Commit

Permalink
Merge pull request elizaOS#476 from haeunchin/document-update-for-twi…
Browse files Browse the repository at this point in the history
…tter-cookie

feat: Added TWITTER_COOKIE example on quickstart.md
  • Loading branch information
bmgalego authored Nov 21, 2024
2 parents f233f78 + 5103708 commit 8450877
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ TWITTER_EMAIL= # Account email
TWITTER_COOKIES= # Account cookies (auth_token and CT0)
```

Example for TWITTER_COOKIES

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:

```bash
TWITTER_COOKIES='[{"name":"auth_token","value":"your token","domain":".twitter.com"},
{"name":"ct0","value":"your ct0","domain":".twitter.com"},
{"name":"guest_id","value":"your guest_id","domain":".twitter.com"}]'
```

### Telegram Bot

1. Create a bot
Expand Down

0 comments on commit 8450877

Please sign in to comment.