add readme and rename script

This commit is contained in:
yequari 2023-09-15 22:32:50 -07:00
parent c9dfe5649d
commit 086b0d6d30
2 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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.