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

When I executed `docker build` on local development environment, this command didn't work because of not installing `lxml`'s build dependencies for building. Therefore, I modified `Dockerfile` to fix this problem....

Just a few days ago, everything was working fine. Unfortunately since yesterday, almost all of my requests are left unanswered. This is extremely annoying because there is time pressure on...

What are the basic differences between this repo and Twint's API-free scraping?

When the tweet text has line jumps it breaks the csv format by introducing more lines . For example, this is an extract of the following call: `twitterscraper sut -o...

Hi. Well installed python 2.7. I try python twitterscraper Trump --limit 1000 --output = tweets.json and the result is: Cannot find module '__main__' in 'twitterscraper' What am i doing wrong?...

I can't seem to be able to retrieve tweets using twitterscraper (using Pycharm but had the same issues with Visual Studio Code). I'm getting "PermissionError: [WinError 5] Access is denied"...

I tried to query tweets about "tesla" from 2019-8-1 to 2019-8-28 I write in Spyder 👍 `def get_tweets(keyword): begin_date = dt.date(2019,8,1) end_date=dt.date(2019,8,28) limit=None tweets=query_tweets(keyword,limit=limit,begindate=begin_date,enddate=end_date,poolsize=30) tweets_data=pd.DataFrame(t.__dict__ for t in tweets) return...

I'm simply running the code from the readme file and i keep getting errors. Can you help with this error? And also, this: twitterscraper Trump -l 100 -o tweets.json Produces...

invalid

I'm using this command twitterscraper realDonaldTrump --user --output=tweets15.json but I can only get 800 tweets every time, when he has definitely more than 800 tweets. I've tried it with another...

when i run query_tweets in 100000 loop: Exception in thread -1: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/twitterscraper/query.py", line 233, in query_tweets pool = Pool(poolsize) File "/usr/local/lib/python3.6/dist-packages/billiard/pool.py", line 1046, in...