modlookup

Version, currently master branch1 version
  • master branchlatestApr 11, 2020

github.com/aetaric/modlookup

No description declared in shard.yml.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  modlookup:
    github: aetaric/modlookup
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.29.0
License
MIT
Author
Dustin Essington
Targets
  • modlookup-runner from src/modlookup-runner.cr
  • modlookup-listener from src/modlookup-listener.cr

Dependencies

Runtime Dependencies

  • bson*github: jeromegn/bson.cr
  • kemal*github: kemalcr/kemal
  • mongo*github: kimvex/mongodb-crystal, branch: master
  • kemal-rest-api*github: blocknotes/kemal-rest-api

README

modlookup

A custom Twitch mod status tracking system using Twitch's TMI Firehose (verified bots only) and backed by mongodb.

Installation

Usage

Run modlookup-listener

Contributing

  1. Fork it (https://github.com/aetaric/modlookup/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors