/dgg-embeds

collects embeds from dgg, gets some data from them and puts them into an SQLite DB

Primary LanguageRustMIT LicenseMIT

dgg-embeds

Collects embeds from dgg, gets some data from them and puts them into an SQLite DB.


How to deploy

  1. Obtain the necessary API tokens from Twitch.
  2. cp .env.example .env
  3. Add your API keys/tokens in the .env file.
  4. cargo build --release
  5. dgg-embeds

or, if you wanna use Docker

  1. docker build -t dgg-embeds .
  2. docker run --env-file .env -it dgg-embeds