Skip to content
This repository has been archived by the owner on Nov 7, 2020. It is now read-only.
/ nerodia Public archive

A Discord Bot that performs sidebar updates on a Subreddit and / or Discord when a Twitch Stream goes live.

License

Notifications You must be signed in to change notification settings

jchristgit/nerodia

Repository files navigation

Build Status

Nerodia

Nerodia is an application that checks Twitch streams for updates and notifies about this on selected integrations.

Setup

To install requirements, use

$ pipenv install

(From here on, run the commands either in pipenv shell or prefix them with pipenv run, so they run in the virtual environment.) You now need to run the migrations with alembic. Use

$ alembic upgrade heads

to run all migrations on the database. The database used defaults to a SQLite database at data/nerodia.db, but this can be set using the NERODIA_DB_PATH environment variable.

Configure nerodia as you wish through config-example.yml by copying it to config.yml and setting it up as instructed by the comments.

Finally, to run nerodia, use

python -m nerodia

Disclaimer

Nerodia isn't endorsed by Discord, Reddit or Twitch and does not reflect the views or opinions of Discord, Reddit or Twitch.

About

A Discord Bot that performs sidebar updates on a Subreddit and / or Discord when a Twitch Stream goes live.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published