-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to auto start Rss ? #516
Comments
I don't know the answer for the first question. |
It should auto-update every 5 minutes when you start the bot already. And yes, the |
Thanks for your answers. Will have a look. |
Rss won't start automaticly. Here an example where I need to start it to fetch rss.
Also i don't get any feedbacks when a feed is disable (generaly for a too long ping). |
I use the python module "Feedparser" V 5.1.3 and my bot code is as follows:
Does not answer your question, but may be of help! |
I was talking about this earlier in the channel. My suggestion is a config boolean that sets the RSS feeds to start automatically after an IRC connection. Currently, I have to do a ".rss start" to start the periodic RSS fetching process every time the bot reconnects or logs on. |
Hello
I would like to know if it's possible to automaticly start fetching rss when the bot start?
How to use the option [fg] [bg] ?
Usage: .rss add <#channel> <Feed_Name> <URL> [fg] [bg]
On rss.py
"""Given some text and fore/back colours, return a coloured text string."""
Thanks
The text was updated successfully, but these errors were encountered: