python-rss2irc
python-rss2irc copied to clipboard
A simple IRC bot which fetches and posts RSS feeds
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
The problem is fixed in [my latest Pull Request](https://github.com/gehaxelt/python-rss2irc/pull/63#issue-1221785920). You can also replace the "shorten()" function in the "bot.py" file with this new version: def shorten(self, url): try: # Trying...
Could it be possible to add some feature for http or other authentication systems? The feedparser module documentation for that is here: https://pythonhosted.org/feedparser/http-authentication.html#downloading-a-feed-protected-by-basic-authentication-the-easy-way Thanks,
RSS feeds such as http://www.arrl.org/news/rss throw error: > (env) arrl@ircbot:~/arrl$ python2 feedupdater.py > 'ascii' codec can't encode character u'\u2019' in position 60: ordinal not in range(128) > Failed: ARRL >...
If a feed has 5 new entries for example, only the latest one is posted. I have a frequently updated feed and even with this checking every minute it is...
The following would be appreciated: 1. Have an option to send either a private to users joining the channel _or_ a channel greeting message 2. Have an option to turn...
feature, be able to suggest new feeds and have admin approve them