Skip to content

Commit 640bf87

Browse files
committed
sentiment bot
1 parent c291d2a commit 640bf87

File tree

1 file changed

+2
-2
lines changed
  • ART SCRIPTS/tracking live sentiment analysis to trade

1 file changed

+2
-2
lines changed

ART SCRIPTS/tracking live sentiment analysis to trade/latest_bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
reddit = praw.Reddit(
2828
client_id=config.REDDIT_ID,
29-
client_secret=config.REDDIT_SECRET,
29+
client_secret=config.REDDIT_SEC,
3030
password=config.REDDIT_PASS,
3131
user_agent="USERAGENT",
3232
username=config.REDDIT_USER,
3333
)
3434
#Connecting to binance api
35-
client = Client(config.BINANCE_kEY, config.BINANCE_SECRET)
35+
client = Client(config.BINANCE_kEY, config.BINANCE_SEC)
3636

3737

3838
#Variables for Bot

0 commit comments

Comments
 (0)