-
only return [{'data': {'user': {}}}]
-
```
2023-08-25 13:11:50.493 | INFO | nitter_scraper.nitter:_get_client:31 - Docker connection successful.
2023-08-25 13:11:51.834 | INFO | nitter_scraper.nitter:start:155 - Running container…
-
```
root@test:/home# python3 test.py
Traceback (most recent call last):
File "/home/test.py", line 9, in
scraper = Nitter(log_level=1, skip_instance_check=True)
^^^^^^^^^^^^…
-
https://techcrunch.com/2023/06/30/twitter-now-requires-an-account-to-view-tweets/
the nitter crawler will need to be recreated...
-
[Code.txt](https://github.com/bocchilorenzo/ntscraper/files/13544832/Code.txt)
Code uploaded.
-
Module is working all dandy but, but how do I disable testing instances? It keeps taking longer and I have to modify my code a couple of times. Kind of gets annoying.
-
- [ ] Create philosophical shorts for why LLM may actually "understand"
- [ ] Create a weekly target
- [ ] Reflect on how I would trickle from year to daily vision
- [ ] Create gigs on fastwork
- [ ] …
-
Hello,
If I try to search for tweets that mention a specific username, for example, `github_hash_tweets = scraper.get_tweets("@github", mode='term')`, it still shows mostly entries mentioning the te…
-
I want to know if there is a possibility to know the location of the each tweet.
thanks
-
I've tested this package and couldn't get more than five tweets despite using "since:2023-07-26" in the search string.
Is there a bug or is it related to twitter limits?
from ntscraper import Nitt…