bisguzar / twitter-scraper

Scrape the Twitter Frontend API without authentication.
MIT License
3.88k stars 600 forks source link

Joined date #149

Open ozanbayram opened 4 years ago

ozanbayram commented 4 years ago

i added new attribute

bisguzar commented 4 years ago

Hi Ozan, thank you again for your contribution. Can you fix the conflicts? And I think its better to cover worst scenario still. You can use getter method of dicts (dict.get("key", None) instead of dict["key"] ).

ozanbayram commented 4 years ago

You can use getter method of dicts (dict.get("key", None) instead of dict["key"] ).

which line should I change exactly? Also, I fix conflicts.