Is there a usenet library for Python?

Grant Edwards grante at visi.com
Tue Oct 30 18:37:03 EDT 2007


On 2007-10-30, Just Another Victim of the Ambient Morality <ihatespam at hotmail.com> wrote:

> Is there a Python library to communicate with a usenet server?

Which protocol are you interested in, NNTP (for reading/posting
from a client) or the other one that hosts use to transfer news
feeds amongst themselves (C-NEWS)?  If you google for Python
and the protocl name, I bet you'll find something like this:

  http://docs.python.org/lib/module-nntplib.html

-- 
Grant Edwards                   grante             Yow! It don't mean a
                                  at               THING if you ain't got
                               visi.com            that SWING!!



More information about the Python-list mailing list