twitterscraper
twitterscraper copied to clipboard
Scrape Twitter for Tweets
After a run with the switch `--profiles`, the output `userprofiles_tweets.json` contains the value `null` for each user to be saved. I suspect this is due to confusion of the data...
i just wanna get user info but the following command giving an error: twitterscraper realDonaldTrump --user -o tweets_username.json
When scraping for 1 particular username, TS_SCI_MAJIC12, when using the "from:TS_SCI_MAJIC12" advanced queries, I get 0 results. The same exact queries with any other username is working fine. But when...
In readme Motivation section, in line > With Twitter's Search API you can only send 180 Requests every 15 minutes. With a maximum number of 100 tweets per Request, you...
In the readme, where it explains "query tweets from specific user" should it be using the `query_tweets_from_user()` function rather than the `query_tweets()` function?
Hello! So i am trying to run a query to pull all the tweets surrounding Mentioning Nike and i cant seem to do it. I had it print out the...
German characters would not be recognised by UTF8. And once switching to ASCII, error: UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 113: ordinal not in range(128) import tweepy...
Thread 'Supervisor' crashed: AttributeError("'IMapUnorderedIterator' object has no attribute '_write_to'") Traceback (most recent call last): File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 504, in run return self.body() File "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 563, in body pool._maintain_pool() File...
Even after mentioning lang as english I am getting Hindi tweets
Hi Ahmet, I've used twitterscraper in the past, and it has worked well for me. Recently, I tried scraping some data using the CLI and the results were missing data...