Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Extracts and tags tweets

Notifications You must be signed in to change notification settings

politicalwatch/twitscrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitScrapper

Commands

  • docker-compose exec api python command.py timeline [HANDLE]: extract tweets from a specific Twitter user.
  • docker-compose exec api python command.py tag: Tag all the database.
  • docker-compose exec api python command.py stats: Generate stats.

Installing Redash

Redash is the software used to consume and display the data extracted from Twitter. To install Redash is necessary to create the appropiate schema in the internal Redash postgres database. To do so, just execute the next command:

docker-compose run --rm server create_db

About

Extracts and tags tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Other 1.4%