/watchdog

Primary LanguagePython

watchdog

This project was created by a group of vampires at Voorivex Academy to improve bug hunting progress :)

installation

  1. move config.py.example to config.py using this command.
 mv config.py.example config.py
  1. change discord_webhook, database, telegram_token and telegram_chatid variable to your own values.
  2. run the program using this command.
docker compose up -d