Skip to content

collect tweets from search api and put them into a database

Notifications You must be signed in to change notification settings

elwhite321/tweet-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Collector

A multithreaded tweet collector

UNDER DEVELOPMENT - TODO:

This project is still under development. At a minimum the following need to be done:

  • tests tests and more tests. No tests currently :/
  • Needs logging (multiloger with slack logging). Just a couple lazy print statments currently

OTHER FEATURES - TODO:

  • add sql db module
  • enhance the cli tool take more search api params

Addind a db module

This is not a trivial task. The db module needs to structure the database tables and make sure the unique fields are thread safe. See more at the db readme.

About

collect tweets from search api and put them into a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages