[DSHub]RSS URL Reader 0.1

Python Script Releases, known supporting hubsofts for python scripting.

DSHub | ADCH++
Toast

[DSHub]RSS URL Reader 0.1

Post by Toast » Tue Aug 19, 2008 3:40 pm

Code: Select all

#	RSS URL READER 0.1
#	By Toast 08-08-19
#
#	Prints RSS URL address in debug mode
#	Simple script (example for DSHub)
file = open('rss', 'r')
print "\n"
print "Your current RSS address is:"
print file.read()
print "\n"
while 1:
    char = file.read(1)
    if not char: break
    print char,
file.close()
it prints in debug mode only

Code: Select all

Starting DSHub Iota ...
Hi there. I'm the python script


Your current RSS address is:
http://www.adcportal.com/?mode=rss

You do not have the required permissions to view the files attached to this post.

Spookie
Junior Member
Posts: 19
Joined: Wed Dec 05, 2007 4:40 pm

Re: [DSHub]RSS URL Reader 0.1

Post by Spookie » Tue Aug 19, 2008 6:08 pm

:) toast the python scripter, good work, let them come

Who is online

Users browsing this forum: Google (Crawler) and 0 guests