A custom Twitch mod status tracking system using Twitch's TMI Firehose (verified bots only) and backed by mongodb.
- Install Crystal version 0.29.0 or greater via https://crystal-lang.org/reference/installation/.
- Run
make all && sudo make install
Run modlookup-listener
- Fork it (https://github.com/aetaric/modlookup/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- aetaric - creator and maintainer