discord feed bot
v0.0.3
pip install discord-feed-bot查看文檔以獲取有關如何使用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 ()歡迎拉動請求。對於重大更改,請先開設一個問題,以討論您想更改的內容。
請確保及時更新測試。