taspinar / twitterscraper

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

User.is_verified not always defined #269

Open marichig opened 4 years ago

marichig commented 4 years ago

When trying to pull the attribute is_verified from a non-verified profile using User.query_user_info(), the following error occurs: AttributeError: type object 'User' has no attribute 'is_verified'

However, for verified profiles this attribute is always defined. Maybe this field is not being initialized properly in the query method?