A multithreaded tweet collector
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
- add sql db module
- enhance the cli tool take more search api params
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.