Skip to content

codeDroid1/discord-feed

 
 

Repository files navigation

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 import DiscordBot
feed_url = ""
discord_webhook_url = ""
sleep_time = 60*20  # 20 minutes 
bot = DiscordBot(discord_webhook_url, feed_url, sleep_time=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

About

Python Rss Feed Parser Discord Bot

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.4%
  • Shell 21.6%