python-rss2irc
python-rss2irc copied to clipboard
Add authentication possibilities
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,
@tvo6 Can't you just add the necessary authentication information to the beginning of the URL like recommended in your referenced documentation?
http://user:[email protected]/feed.xml?