Tutorials

Welcome to our Tutorials page. Here’s where you’ll find in depth, step by step tutorials on topics of interest to Podcasters and Podcast developers. Find Audacity too confusing? We’ll show you the three techniques that every podcaster needs to understand.

Here’s a simple python example:

#!/usr/bin/python
from xmlrpclib import Server
s = Server('http://www.podshow.com/xmlrpc/pdn')
username = 'you@yourdomain.com'
password = 'yourpodshowpassword'
results = s.blogger.getUsersBlogs('',username,password)
print repr(results)

Leave a Reply

You must be logged in to post a comment.