taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Not working at the first step of installation #371

Open ArchivingToolsForWBM opened 2 years ago

ArchivingToolsForWBM commented 2 years ago

image Not sure if this is a python issue or this tutorial. I'm using python v3.7.

ArchivingToolsForWBM commented 2 years ago

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.