Skip to content

Files

Latest commit

12fb608 · Jan 29, 2018

History

History
16 lines (12 loc) · 751 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 751 Bytes

Introduction

This is a fork of TweetScraper, with some aditional features, like:

  • Possibility to save all tweets on a single file (.ji format);
  • Save datetime of tweet as datetime field when using MongoDB Pipeline;
  • Additional Index on MongoDB;
  • Option to ignore or update existing data when using MongoDB Pipeline;

Future features

  • Get extra info about the Twitter User (like total retweets, followers, etc);
  • Get extra info about Tweet (like if used emoticons);
  • Download media files (gifs, images, videos);

Read the TweetScraper official documentation to know how to install and use this;