Skip to content

fullstackmeetups/birger-automatized-webhook

Repository files navigation

Automatized Webhook for Birger

This repository is created for Birger Discord Bot.

Instructions :

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]

For Forum Channels:

Use forum-webhook.py

python forum-webhook.py

For Text Channels:

Use webhook.py

python webhook.py

Also dont forget to change delay in config.json

Attention

If you set the duration to repeat too often you will get a timeout

"delay": 100,

About

This repository is created for Birger Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages