1
0
mirror of https://gitlab.com/2-chainz/2-chainz-twitter-bot.git synced 2025-08-03 03:51:23 +00:00
Files
2-Chainz-Twitter-Bot/tweet/readme.md
2020-04-23 21:08:07 -07:00

11 lines
273 B
Markdown

You need to add your twitter api keys to a `keys.py` file in this directory with the following format:
```python
keys = {
"API": "API_KEY_HERE",
"API_SECRET": "API_SECRET_KEY_HERE",
"TOKEN": "TOKEN_KEY_HERE",
"TOKEN_SECRET": "TOKEN_SECRET_KEY_HERE",
}
```