Author Topic: Pythonistas: PodLauncher!  (Read 1782 times)

0 Members and 1 Guest are viewing this topic.

Offline Siege

  • Full Member
  • ***
  • Male
  • Posts: 210
    • Siege's Snippets
Pythonistas: PodLauncher!
« on: May 15, 2008, 02:18:07 pm »
I've had an idea for a while of creating a program named PodLauncher, designed to create RSS feeds for podcasts and the like, and even automatically upload the related files via FTP.

Would anyone here be willing to help me work on this project?
Dragons have treasure better than gold.

"If code can be speech, then software can be art."

Visit WikiFur, the furry encyclopedia! Alternatively, Visit Siege's Snippets!

Offline Siege

  • Full Member
  • ***
  • Male
  • Posts: 210
    • Siege's Snippets
Re: Pythonistas: PodLauncher!
« Reply #1 on: May 19, 2008, 06:15:43 pm »
Well, a bit of research this evening shows that other companies and OSS working groups have beaten me to the product, but I'm happy to have come up with the concept on my own.

I've been poking at objects and data structures the past few days, and finally realized something. I'd designed a decently usable XML-tree object, but couldn't figure out how to easily browse and alter the tree. A few minutes ago, it occurred to me - I need three storage classes if I want to parse an RSS feed into manipulable objects: header-stuff, feed info, and items, each with its own optional iTunes tokens. I'll be working out the details tonight after a meeting I'm attending.

I hope this bit of chatter gets others interested in working with me on this project, since I'm going to need some help building the GUI.
Dragons have treasure better than gold.

"If code can be speech, then software can be art."

Visit WikiFur, the furry encyclopedia! Alternatively, Visit Siege's Snippets!

Offline silverfox

  • Sr. Member
  • I swear I will remember everything!
  • ****
  • Male
  • Posts: 425
    • SilverFox's Den
Re: Pythonistas: PodLauncher!
« Reply #2 on: May 19, 2008, 06:33:29 pm »
Sounds interesting... what would be the primary development platform (or would it be cross-platform), what language?  I'll be checking back here for more updates :)

Signature by Drasune (the actual drawing)
Quote
morg: whats for lunch today?
SilverFox: Pasta Roni :)
morg: XD
morg: that can be your new nickname... silverdapastaronifox
Obligatory furry code

Offline Siege

  • Full Member
  • ***
  • Male
  • Posts: 210
    • Siege's Snippets
Re: Pythonistas: PodLauncher!
« Reply #3 on: May 19, 2008, 09:28:06 pm »
I'm writing in Python (itself already highly cross-platform), so it would be nice to have a cross-platform UI as well. By default, my options are shell or Tk. If I install a library like wxPython, I can use that instead, but it increases the install requirements for users.
Dragons have treasure better than gold.

"If code can be speech, then software can be art."

Visit WikiFur, the furry encyclopedia! Alternatively, Visit Siege's Snippets!