-
Add a twitter scraper using customizable search filters![image](https://user-images.githubusercontent.com/90829439/162581284-7bb2fd98-36a0-4a67-a572-024596861221.png)
-
Trying to run your test script with the random user https://twitter.com/preta_6 whos first tweet is only a picture, running the basic example from your readme.md gives me this error.
` File "twitt…
-
In order to better define what we can and what we cannot retrieve during scraping, we need to explore with a toy scraper.
Sources potentially needed:
- [x] elpitazo.com
- [ ] twitter.com
- [ ] p…
-
Hello, I come from the twitter-media-downloader repository that uses twitter-scraper, reporting a problem I have for some time, also not very well how to report it without specifying examples of twitt…
-
Hey guys!
Is this thing still working? I'm asking cuz I was unable to reproduce any example of yours:
```
from twitter_scraper import Profile
profile = Profile('elonmusk')
```
Returns `Unbound…
-
The twitter media scraper does not download any videos.
ghost updated
5 years ago
-
Tweet: https://twitter.com/simonw/status/1514657436287705119
I want to be able to use tricks like this one - where Readability.js is injected into a page - without relying on CDNs: https://til.simo…
-
We tweeted about `shot-scraper` at https://twitter.com/readthedocs/status/1582763564376690689
It would be good to write a small blog post showing a real good use case. I was thinking that the blog …
-
Try to get at grip on: (Bjørn)
1. how to create a web scraper
2. Which website to webscrape (twitter v. reddit)
-
### Describe the bug
```
Traceback (most recent call last):
File "SaS_on_Twitter.py", line 14, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File…