Skip to content

Commit

Permalink
[TWITTER AGENTS]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 24, 2025
1 parent a4284f0 commit f413af9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/swarms_tools/twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pip install swarms-tools
The Twitter Tool requires Twitter API credentials for authentication. These should be stored as environment variables:

```python
TWITTER_ID=your_twitter_id
TWITTER_NAME=your_twitter_name
TWITTER_DESCRIPTION=your_twitter_description
TWITTER_API_KEY=your_api_key
TWITTER_API_SECRET_KEY=your_api_secret_key
TWITTER_ACCESS_TOKEN=your_access_token
Expand Down

0 comments on commit f413af9

Please sign in to comment.