bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.91k stars 599 forks source link

New feature #131

Closed ozanbayram closed 4 years ago

ozanbayram commented 4 years ago

As I mentioned earlier in #128 , I added new attrs. In addition, I check whether profile is private.

Python 3.7.3 (default, Mar 26 2019, 21:43:19) 
[GCC 8.2.1 20181127] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from twitter_scraper import Profile
>>> profile = Profile('bugraisguzar')
>>> profile.is_verified
False
>>> profile.is_private
False