473,672 Members | 2,511 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 1273
py****@yahoo.co m (Daniel Han) wrote in message news:<2b******* *************** ****@posting.go ogle.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.co m
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
1819
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 method is more likely to run code that I once wrote. Never trust code written by a man who uses defines to create his own C syntax." -- Fredrik Lundh Discussion ----------
0
2143
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 Vredegoor "Python and Java are not diametrically opposed religions that must fight to the death in jihad, despite the existence of loonies favoring exactly that. They solve different problems; sometimes in similar ways, sometimes not." ...
0
1511
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 the extensions." -- Ron Stephens "When writing programs in Python, write Python programs" -- Jeff Epler's advice to those forcing themselves to write code using idioms learned in other languages "Oh come on, now, just because Java does it..."...
3
1478
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 (arguments, local variables, instanc e variables)." --Guido van Rossum The developer list responds to a request for Master Thesis ideas with a
1
5184
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 remove old version (as well as the mx libraries I had installed). I then installed the new version as a user with the Administrator role. I know I'm technically not supposed to install to a directory with a space in the name, but it worked fine for...
0
1459
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 pet deprecation candidate? I have always thought `backticks` as repr has got to be the most useless feature around." -- Ville Vainio Peter Hansen suggests "Imagine never having to think up variable names more complicated than 'foo'."
0
1886
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 before this stuff rattles off your fingertips easily." -- Paul Rubin BJ MacNevin wants to run python from a CD. http://groups.google.com/groups?threadm=BhVyb.389117$Tr4.1144562@attbi_s03
0
2230
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 Avila QOTW (in the popular vote category): "So far, python has been the easiest language to learn I've ever come across. I tried learning perl, and it was a disaster.... Too convoluted. Python is a breath of fresh air. Also, the docs and...
0
1558
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 like MS, and possibly a reasonable position to take. However, underestimating them is for fools." -- Mark Hammond, on Microsoft's commitment to .net. Anthony Baxter releases Python 2.3.3 final.
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 think less buggy code is not the main concern for all." -- km http://groups.google.com/group/comp.lang.python/msg/db5acbd68447ae33?hl=de& Bryan Olson discovers inconsistencies in the slice implementation that lead to a new slicing PEP and a...
0
8485
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8403
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8828
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8605
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7446
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6238
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5704
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2819
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 we have to send another system
2
2062
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.