twitter-scraper
twitter-scraper copied to clipboard
Joined date
i added new attribute
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"] ).
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.