Binance-News-Sentiment-Bot icon indicating copy to clipboard operation
Binance-News-Sentiment-Bot copied to clipboard

This is a fully functioning Binance trading bot that takes into account the news sentiment for the top 100 crypto feeds. If you like this project consider donating though the Brave browser to allow me...

Results 14 Binance-News-Sentiment-Bot issues
Sort by recently updated
recently updated
newest added

Unlike other issues, I have run the script with nothing displayed so far in the Gitbash window. I tried including some print statements in-between functions just to know which functions...

Heyo, mind if I add some extra feeds?

hello sir, thanks for share this excelent code, i may ask you how can i export the news from the scapper to a database for example or a csv, im...

i think it would be better to directly read available coins balance from wallet balance = client.get_asset_balance(asset='BTC')

auto-download vader_lexicon

Move code to classes Add command line arguments Add Docker feature

It only happens on a few times then continues on normally ``` Iteration 7 Exception ignored in: Traceback (most recent call last): File "C:\Users\Blake\AppData\Local\Programs\Python\Python39\lib\asyncio\proactor_events.py", line 116, in __del__ self.close() File...

added simple memory and jupyter notebook

I am getting the following: Could not parse https://ethereumworldnews.com/feed/ error is: Server disconnected Could not parse http://infoonbitcoin.com/feed/ error is: Server disconnected Could not parse https://about.crunchbase.com/blog/feed/ error is: Cannot connect to...

# create test order before pushing an actual order test_order = client.create_test_order(symbol=coin+PAIRING, side='BUY', type='MARKET', quantity=volume[coin+PAIRING]) over in this line im getting error message "'NoneType' object has no attribute 'encode", while...