473,511 Members | 15,818 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

any news client in Python?

hello everybody.

i've been looking around for a decent newsreader (not rss)
that's written in Python. Strange, but i found none so far,
i've been to sf.net, freshmeat.net, and even googled that,
still nothing interesting.

let me know if you know of something.
i know some will tell me to use
gnus and the likes, and forget about
a news client in python, but i'm just
curious to use one.

--Daniel Han--
Jul 18 '05 #1
5 1268
py****@yahoo.com (Daniel Han) wrote in message news:<2b**************************@posting.google. com>...
hello everybody.

i've been looking around for a decent newsreader (not rss)
that's written in Python. Strange, but i found none so far,
i've been to sf.net, freshmeat.net, and even googled that,
still nothing interesting.


I don't know exactly what you mean by "decent" so it's difficult to be
confident that you'll like what's available.

To start with, there's the NewsFlash (tknf) newsreader:

http://www.python.org/ftp/python/con...-1999/Network/

I wrote my own newsreader for a minority platform, too:

http://www-solar.mcs.st-and.ac.uk/~d...thon/NewsRead/

There are probably others lurking in FTP archives.

I have to admit that my own attempt isn't exactly the best example you
could hope for. My excuse is that I had to create my own widget set at
the same time as writing the application. If I still had to use it, I
would probably rewrite it, or at least refactor it severely.

David
Jul 18 '05 #2
Mentre io pensavo ad una intro simpatica "Daniel Han" scriveva:
hello everybody.
i've been looking around for a decent newsreader (not rss)
that's written in Python. Strange, but i found none so far,
i've been to sf.net, freshmeat.net, and even googled that,
still nothing interesting.


I know two newsreader written in Python at least.

1) Pyne, it is a mailreader/newsreader. It is good but lacks some charset
related features. I don't remember the url.

2) XPN, it is an on-line newsreader written in Python+GTK2. I wrote it :-)
It is at an early stage but is quite usable (better with a local server).
Home page is in my sign, it is in italian, you can also check
http://sourceforge.net/projects/xpn

--
This is not a beer belly. It's a fuel tank for a sex machine.

|\ | |HomePage : http://nem01.altervista.org
| \|emesis |XPN (my nr): http://xpn.altervista.org

Jul 18 '05 #3
Quoth da****@mcs.st-and.ac.uk (David Boddie):
....
| I wrote my own newsreader for a minority platform, too:
|
| http://www-solar.mcs.st-and.ac.uk/~d...thon/NewsRead/
|
| There are probably others lurking in FTP archives.
|
| I have to admit that my own attempt isn't exactly the best example you
| could hope for. My excuse is that I had to create my own widget set at
| the same time as writing the application. If I still had to use it, I
| would probably rewrite it, or at least refactor it severely.

That's my story too, but the way I deal with it is to present my
BeOS newsreader and IMAP email reader as a demo application for the
widget set, hence a built-in excuse for its lameness. I never even
got around to the "add group" interface you show there. A really good
newsreader is a lot of work (and of course its users are by definition
the USENET crowd, not people you want to have to deal with!) But it
wasn't much of an issue, because each BeOS user tended to write his
own newsreader for some reason - much easier to tolerate the defects
of your own software, I suppose.

Donn Cave, do**@drizzle.com
Jul 18 '05 #4
> That's my story too, but the way I deal with it is to present my
BeOS newsreader and IMAP email reader as a demo application for the
widget set, hence a built-in excuse for its lameness. I never even
got around to the "add group" interface you show there. A really good
newsreader is a lot of work (and of course its users are by definition
the USENET crowd, not people you want to have to deal with!) But it
wasn't much of an issue, because each BeOS user tended to write his
own newsreader for some reason - much easier to tolerate the defects
of your own software, I suppose.


Heh. I had been using a plugin that allowed my email software to do
news...except the plugin was buggy and crashed every 2-3 posts to
newsgroups. I was contemplating writing my own (wxPython's treectrl
would have been perfect for threading, as would a dict for properly
looking up 'in reply to' posts, but I digress), until I decided to give
Mozilla Thunderbird a shot. Damn. Thunderbird is the best news reader
I've had the opportunity to use. I'm even contemplating tossing my old
email client, even though I have around 100 filters for filtering email
from certain people.

My only complaint is that it can be a little laggy on a PII-400. I can
deal.

- Josiah
Jul 18 '05 #5
"Nemesis" wrote:
hello everybody.
i've been looking around for a decent newsreader (not rss)
that's written in Python. Strange, but i found none so far,
i've been to sf.net, freshmeat.net, and even googled that,
still nothing interesting.

I know two newsreader written in Python at least.
1) Pyne
2) XPN


Aren't they decent newsreaders? :-D

--
Testa di Vieri deviata da De Rosa" ( Bruno Longhi)

Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1812
by: Irmen de Jong | last post by:
QOTW: "Giving full access rights to a secretary or new programmer ought to insure an occasional random file deletion." -- Raymond Hettinger "I always use join, but that's probably because that...
0
2128
by: Irmen de Jong | last post by:
QOTW: "Confronting the Martellibot is like flirting with an encyclopedia, I'd rather not do it myself, but I respect those who do, because it produces knowledge." -- Anton...
0
1506
by: Raymond Hettinger | last post by:
QOTW: "Python seems to encourage and reward incremental effort, and it leads one to explore extensions and improvements to programs because the language makes it relatively easy to see how to do...
3
1465
by: Emile van Sebille | last post by:
QOTW: "...I want to reserve .var for the "with" statement (a la VB)." --Guido van Rossum "...at some point in the future Python *will* grow (optional) type declarations for all sorts of things...
1
5165
by: Justin Stockton | last post by:
I recently upgraded from ActivePython 2.2.2 to ActivePython 2.3.2 and I'm running into an issue importing the win32com.client module. Before installing the new version, I made sure to properly...
0
1447
by: Emile van Sebille | last post by:
QOTW: "I've tried many ways over the years to represent equations legibly using Python and my experience that case sensitivity, while certainly no panacea, helps." -- Tim Hochberg "What's your...
0
1874
by: Emile van Sebille | last post by:
QOTW: "Have you ever used the copy module? I am *not* a beginner, and have used it *once* (and I can't remember what for, either)." -- Michael Hudson "It will likely take a little practice...
0
2207
by: Emile van Sebille | last post by:
QOTW (in the OS agnostic category): "There is a (very popular) Python package out there which exposes the win32 api. I'm not sure what it's called. (win32api? pythonwin? win32all?)" -- Francis...
0
1544
by: Emile van Sebille | last post by:
QOTW (advanced interfaces track): "I'm firmly in favour of any language that can DWIMNWIS." -- Tim Delaney QOTW (MS roadkill track): "Underestimate MS at your own risk. It is one thing to not...
0
291
by: Diez B. Roggisch | last post by:
QOTW: "If I wanted to write five lines instead of one everywhere in a Python program, I'd use Java." -- Paul Rubin http://groups.google.com/group/comp.lang.python/msg/6fac4f3022acd1fa?hl=de& "i...
0
7252
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7153
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7371
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7093
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5077
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3230
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3218
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1583
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.