Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 679 Bytes

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.