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
I write code like below but no tweets are returned. Is my code is wrong? this is my first time in here so, I hope someone can help me.
scraper = Nitter(log_level = 1, skip_instance_check = False)
github_hash_tweets = scraper.get_tweets("dog", mode='hashtag')
The text was updated successfully, but these errors were encountered:
I write code like below but no tweets are returned. Is my code is wrong? this is my first time in here so, I hope someone can help me.
scraper = Nitter(log_level = 1, skip_instance_check = False)
github_hash_tweets = scraper.get_tweets("dog", mode='hashtag')
The text was updated successfully, but these errors were encountered: