Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 446 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 446 Bytes

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