twitterscraper icon indicating copy to clipboard operation
twitterscraper copied to clipboard

Scrape Twitter for Tweets

Results 104 twitterscraper issues
Sort by recently updated
recently updated
newest added

Hello! I get empty CSV files, I've followed two different tutorials but I have trouble getting any tweets out. I've attached the installment of twitter data, my code and the...

In the command prompt of Windows 10 I input: twitterscraper Latvian_Bible -o bible.json OR twitterscraper Latvian_Bible -bd 2021-07-10 -o C:\bible.json OR twitterscraper "from:Latvian_Bible " -bd 2021-07-10 -o C:\bible.json ntil%3A2021-07-12&l=None INFO:...

when i run on version `twitterscraper==1.4.0` , popup some error

I am trying to run the code from twitterscraper import query_tweets from Jupyter through acanonda but having this error: ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by...

Hey, I wanna use twitterscarper to get a followers list( Collecting followers ID list ) of one twitter account , but i am not sure whether twitterscraper has supported this...

Is there any way that I can collect the Followers, Followings, Likes of Twitter account year wise , say at end of December every year from the day account was...

Hello, I tried running the get_twitter_user_data.py example script, however it gave me an Attribute Error coming from line 41: ``` for user in pool.map(get_user_info,users): ``` Why does it arrise? Thank...

print(object) just yields , it won't print it to the console. replace with vars(object).