This repository was archived by the owner on Aug 12, 2024. It is now read-only.
This repository was 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
Description
!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.
Metadata
Metadata
Assignees
Labels
No labels