taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 579 forks source link

fix bug for --profiles #229

Closed twollnik closed 4 years ago

twollnik commented 4 years ago

The commit "Adds is_retweet and retweeter related information " (1fe473b9528c46b1afbf73cd0d2e03c1d197c8a0) renamed the Tweet attribute user to username, however main.py was not updated accordingly. This leads to an error in line 127 of main.py. This PR simply changes the attribute used in line 127 of main.py from user to username.

taspinar commented 4 years ago

Thanks for this PR !