Push updates from the discuss boards to Discord
Go to file
yequari 6aca40a5e5 send posts oldest to newest 2023-09-15 22:46:34 -07:00
README.md add readme and rename script 2023-09-15 22:32:50 -07:00
discussfeed.py send posts oldest to newest 2023-09-15 22:46:34 -07:00
requirements.txt add requirements.txt 2023-09-14 22:24:17 -07:00

README.md

Discussfeed

Pulls an atom feed and pushes new entries to a Discord webhook URL.

Usage

discussfeed [-h] [-w WEBHOOK] feed_url

How it works

When run, the script will check if the feed at feed_url has been downloaded. If so, it will check the last modification time, then download a new copy of the feed, and push any entries that are newer than the modification time to the WEBHOOK url.