additional user info and tweet fields
This version includes some additional fields in the output:
- is_veriried to indicate whether an user has verified status
- is_retweet to indicate whether an tweet is an retweet
- retweeter_username if it is an retweet
- retweeter_userid if it is an retweet
- retweet_id if it is an retweet
- epoch timestamp
In addition it is using billiard for multiprocessing, which makes it possible that twitterscraper is used in Celery.
fake-useragent is used in order to generate random useragent headers.