Simple NNTP client for Ubuntu

2

I need to download a particular NNTP group.

I do not need to setup any crons, put group contents in /opt and other stuff.

Just run <fetch-nntp> <server> <group-name> <output-dir> and be done with it without putting a lot of garbage in the system.

If that <fetch-nntp> would not fetch the same messages on the second run — fine. But I can live without it.

All NNTP clients that I've looked at are trying to be a NNTP server as well.

Is there something simpler that is suitable for my needs?

Alexander Gladysh

Posted 2011-01-05T08:12:32.793

Reputation: 792

Answers

2

The slrn newsreader comes with slrnpull, which is not exactly that simple but still can do what you describe. (It does store everything in a news spool directory, but you do not have to use /var/spool/news -- keeping it in ~/news is just as good.)

user1686

Posted 2011-01-05T08:12:32.793

Reputation: 283 655

I used slrnpull in the past and I want something simpler. – Alexander Gladysh – 2011-01-06T02:49:37.103

1

Following the links to similar packages from the Debian slrnpull package page also brings up suck and sinntp. If you really want to roll your own, there's always libnews-nntpclient-perl.

tripleee

Posted 2011-01-05T08:12:32.793

Reputation: 2 480