Thi is a simple Discord Hook notifier backend written in flask
& discord-webhook
.
THIS PROJECT USES PYTHON TYPE HINTING FEATURES SO A VERSION OF PYTHON >= 3.10 IS ADVISED !
-
Docker image:
a. Pull the image:
docker pull droidzed/disco-hooker:latest
b. Run the container:
docker run -d -p 6000:6000 -e PORT=6000 -e WEBHOOK_URL=YOUR_DISCORD_WEBHOOK_URL droidzed/disco-hooker:latest
-
Run locally:
a. Clone the repo:
git clone https://github.com/DroidZed/disco-hooker.git
b. Install deps:
pipenv install
c. Create
.env
file like so:
Make sure to fill in the required variables !d. Run:
py app.py
-
API Request: