This repository is created for Birger Discord Bot.
You just need to change these line in config.json
"webhooks_subs": [
{
"webhook_urls": "your-discord-server-webhook-url-here",
"name": "reddit-community-name",
"sort": "hot"
},
Put your discord webhook webhook url for selected channel. [Server Settings > (Apps) Integrations > Webhooks > New Webhook > Copy webhook URL]
Use forum-webhook.py
python forum-webhook.py
Use webhook.py
python webhook.py
Also dont forget to change delay in config.json
If you set the duration to repeat too often you will get a timeout
"delay": 100,