twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Not working at the first step of installation

Open ArchivingToolsForWBM opened this issue 2 years ago • 1 comments

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

ArchivingToolsForWBM avatar Aug 20 '22 03:08 ArchivingToolsForWBM

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.

ArchivingToolsForWBM avatar Sep 15 '22 00:09 ArchivingToolsForWBM