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;
- 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;