Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Newsticker.el to use rss feeds with login credentials

Tags:

emacs

I'm trying to use Newsticker.el also on some internal rss feeds which require login credentials. Since all what newsticker does is getting wget to fetch the feeds I tought it would be possible to simply define the user name and password in the wget confiuration part of newsticker.el

So I configured the following in my init.el

'(newsticker-url-list (quote (("RSS FEED" "https://to.feed.com/timeline?format=rss"
              nil nil ("--user=<username>" "--password=<password>" "-q" "-O" "-")))

Feeding the --user and --password options directly to wget works fine but not not within the newsticker.el setup. Anyone tried something similar before?

like image 319
Dietmar Winkler Avatar asked Dec 06 '25 03:12

Dietmar Winkler


1 Answers

Newsticker can use wget, indeed, but it can also use Emacs's URL library instead. So you might want to check newsticker-retrieval-method to see which one is used.

like image 99
Stefan Avatar answered Dec 08 '25 23:12

Stefan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!