Skip to main content

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 hashes)

Uploaded Source

Built Distribution

discord_feed_bot-0.0.4-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page