Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

f'Oops! Either "{query}" does not exist or is private.' #172

Open
sidizainul-syd opened this issue Sep 18, 2020 · 3 comments
Open

f'Oops! Either "{query}" does not exist or is private.' #172

sidizainul-syd opened this issue Sep 18, 2020 · 3 comments

Comments

@sidizainul-syd
Copy link

!pip install twitter_scraper
from twitter_scraper import get_tweets
for tweet in get_tweets('#arsenal', pages=1):
print(tweet['text'])

i ran this simple code but it returns the error "Oops! Either "%23arsenal" does not exist or is private." . it worked yesterday but today it stop working. i tried others hashtag but also return the same problem.

@EssbieWGT
Copy link

EssbieWGT commented Sep 19, 2020

They seemed to have fully turned off the old "timeline" stream, which has thoroughly broken just about every twitter scraping tool I know of. The only one I know of that even partially works at the moment is here https://github.com/twintproject/twint/pull/917 and even that only returns pretty basic info right now (tweet, username, date stamp).

@sidizainul-syd
Copy link
Author

Yeahh, i try multiple twitter scrapping tools and none seems working. Hard luck

@EssbieWGT
Copy link

It's like they'd rather have people signing up for their "premium" APIs or something...

Repository owner deleted a comment from Altimis Dec 19, 2020
Repository owner deleted a comment from mahrtayyab Sep 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants