twitterscraper
twitterscraper copied to clipboard
Not working at the first step of installation
Not sure if this is a python issue or this tutorial. I'm using python v3.7.
Found the solution: When pip installing, do that on the command prompt (not on python's shell), set the current directory to python's script directory, like this (may appear different on yours):
cd C:\Users\RedBro\AppData\Local\Programs\Python\Python37-32\Scripts
C:\Users\RedBro\AppData\Local\Programs\Python\Python37-32\Scripts>pip install twitterscraper
First one sets the current directory, the second one is the actual install.