Skip to content

additional user info and tweet fields

Compare
Choose a tag to compare
@taspinar taspinar released this 22 Jun 14:54
· 53 commits to master since this release
882d256

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.