Skip to content

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

License

Notifications You must be signed in to change notification settings

vyneer/dgg-embeds

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published