vyneer / dgg-embeds

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 98.2%Language:Dockerfile 1.6%Language:Shell 0.2%