CyberPunkMetalHead / Binance-News-Sentiment-Bot

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 to continuously improve the script.
MIT License
1.57k stars 290 forks source link

vader_lexicon issue? #31

Closed ozeitis closed 3 years ago

ozeitis commented 3 years ago

Resource vader_lexicon not found. Please use the NLTK Downloader to obtain the resource:

import nltk nltk.download('vader_lexicon')

For more information see: https://www.nltk.org/data.html

Attempted to load sentiment/vader_lexicon.zip/vader_lexicon/vader_lexicon.txt

Searched in:

ozeitis commented 3 years ago

I get this upon loading the bot. I dont see what happened

CyberPunkMetalHead commented 3 years ago

Can you try running nltk.download() once and then run the script?

ozeitis commented 3 years ago

Can you try running nltk.download() once and then run the script?

I added it to the code and now that error is gone but I have another I am trying to deal with :D thanks!