mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
Added support for Twitter
This commit is contained in:
parent
b7663ae097
commit
521c9974ef
7
credentials.py
Normal file
7
credentials.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
secrets = {
|
||||||
|
"TELEGRAM_TOKEN": "TELEGRAM BOT TOKEN HERE",
|
||||||
|
"TWITTER_CONSUMER_API": "CONSUMER_API",
|
||||||
|
"TWITTER_CONSUMER_SECRET": "CONSUMER_SECRET",
|
||||||
|
"TWITTER_ACCESS_TOKEN": "ACCESS_TOKEN",
|
||||||
|
"TWITTER_ACCESS_SECRET": "ACCESS_SECRET",
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user