Skip to content
New issue

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

documentation/update readme to fix array reference #4

Closed
rm0nroe opened this issue Nov 2, 2022 · 1 comment
Closed

documentation/update readme to fix array reference #4

rm0nroe opened this issue Nov 2, 2022 · 1 comment

Comments

@rm0nroe
Copy link

rm0nroe commented Nov 2, 2022

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:

Cheers 🍻

@mahrtayyab
Copy link
Owner

Thank you so much , it is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants