-
Everything was working fine then suddenly a unknown snscrape error occured.
Traceback (most recent call last):
File "f:\TwitterGiveawayBot-main\get_tweet.py", line 258, in search_giveaway
f…
-
What is the problem ? Can anyone help @JustAnotherArchivist
![image](https://github.com/JustAnotherArchivist/snscrape/assets/100219950/328b6e86-1679-490d-b4a5-4a2ae32fbc6e)
-
### Describe the feature
Error retrieving https://twitter.com/i/api/graphql/7jT5GT59P8IFjgxwqnEdQw/SearchTimeline?variables=%7B%22rawQuery%22%3A%22Covid19%22%2C%22count%22%3A20%2C%22product%22%3A%22L…
-
in gql responses, these ones are contained in the key `tweet` of objects of type `TweetWithVisibilityResults`
here is a patch for `to_old_rep` function:
```python
def to_old_rep(obj: dict) -> d…
-
The below code used to work a month back, but now it's returning the following error
869 if apiType is _TwitterAPIType.GRAPHQL and 'errors' in obj:
--> 870 ms…
-
hello may i know how does snscrape still working for you while when i use it it gives me error blocked 404 thank you sir
-
/Users/kongzhiyu/PycharmProjects/百度合作/Twitter爬虫1/1.py:8: DeprecatedFeatureWarning: `top` argument is deprecated, use `mode = snscrape.modules.twitter.TwitterSearchScraperMode.TOP` instead of `top = Tr…
-
### Describe the bug
Hi, all of a sudden snscrape has stopped working on collecting tweets. The error is below. Any ideas how to solve it? can it be due a change from Twitter?
### How to reproduce…
-
Hello,
Thanks for your sharing. It would be very helpful to understand the process of scrapping and analyzing the tweets.
I want to scrape tweets with a specific language. How do I do this modif…
-
```
@PostMapping("/scrape-tweets")
public void scrapeTweets(@RequestBody TweetRequest tweetRequest) {
System.setProperty("python.import.site", "false");
try (PythonInterpreter pythonInterp…