Metadata-Version: 2.4
Name: discord-rss
Version: 0.0.5
Summary: Polls RSS feeds and posts updates to Discord via a webhook.
Project-URL: Homepage, https://github.com/GameDev-GBG/discord-rss
Project-URL: Issues, https://github.com/GameDev-GBG/discord-rss/issues
Author-email: GameDev GBG <developer@gamedevgbg.com>
License: MIT License
        
        Copyright (c) 2026 GameDev GBG
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE.md
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.14
Requires-Dist: aiofiles
Requires-Dist: aiohttp
Requires-Dist: asyncio
Requires-Dist: discord-webhook[async]
Requires-Dist: feedparser
Requires-Dist: python-dateutil
Requires-Dist: python-dotenv
Requires-Dist: rich
Description-Content-Type: text/markdown

# Discord RSS
Polls RSS feeds and posts updates to Discord via a webhook.

## Description
This is a simple Python application which gathers RSS feeds from a text file, polls them occasionally, and outputs new entries to a Discord channel via a [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).

The scope of this project very limited, and was created specifically for use in our Discord server. If you wants something more advanced check out [MonitoRSS](https://github.com/synzen/monitorss).

## Usage
`python discord-rss.py --help`
