This python module can analyse cryptocurrency news for any number of coins given and return a sentiment. Can be easily integrated with a Trading bot to keep an eye on the news.
203
stars
52
forks
source link
Error : ModuleNotFoundError: No module named 'requests' #1
Hello, I'm kind of new on python bug when I try to run your code I get this error :
_File "main.py", line 2, in
ModuleNotFoundError: No module named 'requests'_
Thanks for sharing !