markowanga / stweet

Advanced python library to scrap Twitter (tweets, users) from unofficial API
MIT License
580 stars 67 forks source link

Returns `false` for the "verified" attribute, even if the account is verified #110

Open maxdesalle opened 1 year ago

maxdesalle commented 1 year ago

My guess is that stweet is still checking whether or not an account is verified the old way, without taking into account the new verification system enabled by Twitter Blue.

Would be great to have support for this, the data that is currently returned regarding verification is incorrect.