We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, thank you for referencing this repository from twitter-scraper #197
In setup, I found that you have a typo in your readme. It errors in that "tweets" is not found. See below:
all_tweets = app.get_tweets() for tweet in tweets:
for tweet in tweets: should be updated to for tweet in all_tweets:
for tweet in tweets:
for tweet in all_tweets:
Cheers 🍻
The text was updated successfully, but these errors were encountered:
Thank you so much , it is fixed now.
Sorry, something went wrong.
No branches or pull requests
First, thank you for referencing this repository from twitter-scraper #197
In setup, I found that you have a typo in your readme. It errors in that "tweets" is not found. See below:
for tweet in tweets:
should be updated tofor tweet in all_tweets:
Cheers 🍻
The text was updated successfully, but these errors were encountered: