Discord bot for automating RSS feed updates.
Project description
RSS Feed
Discord bot for automating RSS feed updates.
Installation
pip install discord-feed-bot
Features
- Get RSS Feed from URL/File
- Get Metadata from RSS Feed
- Get Items from RSS Feed
- Auto Update RSS Feed on Discord
Usage
Check out the documentation for more information on how to use RSS Feed.
from discord_ext import DiscordBot
feed_url = ""
discord_webhook_url = ""
sleep_time = 60 * 20 # 20 minutes
bot = DiscordBot(feed_url, discord_webhook_url, interval=sleep_time)
bot.send_message_to_discord()
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Authors
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
discord-feed-bot-0.0.4.tar.gz
(17.2 kB
view details)
Built Distribution
File details
Details for the file discord-feed-bot-0.0.4.tar.gz
.
File metadata
- Download URL: discord-feed-bot-0.0.4.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c68a3b4f4c601888198c86ba7d66213f127d9c211101a29ba2311d38792e9162 |
|
MD5 | 676ae1b3ccb7aef9652cc43f4c1129ae |
|
BLAKE2b-256 | 1a1e53e0a95918d9e2bca361ac43540cb30a9eaac5fe011375ceaeba436d32d3 |
File details
Details for the file discord_feed_bot-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: discord_feed_bot-0.0.4-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75f38c8e42e829b81cec137fcc063665fc756460116061788f2fd6f3ba565107 |
|
MD5 | e5793763c4fda570b2a25bc522b241b5 |
|
BLAKE2b-256 | ada8e140d598de620f4490a31e282e17fb12c7b5ee06e03f91f84d48753d8876 |