Usenet posting wiht python

Peter Scott sketerpot at chase3000.com
Fri Sep 12 12:18:28 EDT 2003


> How can I send a usenet posting from a python app?

Usenet servers use NNTP, so I'd recommend nntplib,
<http://www.python.org/doc/current/lib/module-nntplib.html>. It
doesn't look too complicated, and there's example code in the docs.

-Peter




More information about the Python-list mailing list