-
### Describe the bug
I was using Twitter's official academic account API and have scraped all tweets from "@UofT" it has 19750 tweets, but snscrape only returns me 12134 tweets.
### How to reproduce…
-
### Describe the bug
error getting user id by screen name:
snscrape.base.ScraperException: 4 requests to https://twitter.com/i/api/graphql/pVrmNaXcxPjisIvKtLDMEA/UserByScreenName?variables=%7B%22s…
-
### Describe the bug
twitter search stop working
```pytb
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\python311\Scripts\snscrape.exe\__main__.py", lin…
-
### Describe the bug
When I am testing the code and lib on my own Twitter account, I found that all retweets will be categorized into quotedTweet (i.e. the retweetedTweet is always empty).
### How t…
-
### Describe the bug
I am trying to scrape the Tweets of a specific Twitter user
### How to reproduce
```python3
import snscrape.modules.twitter as sntwitter
import csv
username = 'user'
…
-
How do I use SearchTweets in an iterative way, so I will be able to go over older tweets?
For example: query := "from:elonmusk filter:media"
-
### Describe the bug
So , when running the snscrape profile scrapper , for few handles e.g. Lowes, it returns this error while taking out tweets from the profile
### How to reproduce
Just run the …
-
Hey! Ive been playing around with snscrape a bit and trying to find a way to scrape tweets by their IDs... but have had no luck. I was wondering if this library has a way for me to do that...
I hav…
-
### Describe the bug
when im try to scrape the tweet with limit of data is 10000, but only get 95 data, that so far. i need this data for my thesis
### How to reproduce
Skipping unrecognised entry …
-
I would like to introduce myself as a newcomer to the world of Python and web scraping. My objective is to scrape user data and tweets, and I have successfully achieved this on my local system. Howeve…