You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
!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.
The text was updated successfully, but these errors were encountered:
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).
!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.
The text was updated successfully, but these errors were encountered: