This is a scraper that takes in the DCI event listings and times and stores it in a sqlite3 database.
libssl and sqlite3
-
Install rust and libsqlite3-dev
curl https://sh.rustup.rs -sSf | shsudo apt update && sudo apt install libsqlite3-dev -
Clone this repository
git clone https://github.com/keringar/dci-bot -
Build
cd dci-botcargo build --release -
Copy the output file in dci-bot/target/release/dci-bot to your desired working directory
Set the required environment variables DCI_PASSWORD and DCI_SECRET where password is the account
password and secret is the script secret.