Page 1 of 1

[DSHub]RSS URL Reader 0.1

Posted: 19 Aug 2008, 15:40
by Toast

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


Re: [DSHub]RSS URL Reader 0.1

Posted: 19 Aug 2008, 18:08
by Spookie
:) toast the python scripter, good work, let them come