<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythonian &#187; api</title>
	<atom:link href="http://thepythonian.com/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepythonian.com</link>
	<description>All about the Python Programming Language</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Social Automation Tools</title>
		<link>http://thepythonian.com/2009/07/03/social-automation-tools/</link>
		<comments>http://thepythonian.com/2009/07/03/social-automation-tools/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:00:51 +0000</pubDate>
		<dc:creator>thePythonian</dc:creator>
				<category><![CDATA[Social Media Optimization]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://thepythonian.com/?p=30</guid>
		<description><![CDATA[<p>I have put together a list of the three big social media sites and two corresponding toolsets each to give you a feel for the possibilities of using python to automate your online social interactions. This may sound a little cold, but if you are running a low profile company, for instance a self-propriety business selling [...]]]></description>
			<content:encoded><![CDATA[<p>I have put together a list of the three big social media sites and two corresponding toolsets each to give you a feel for the possibilities of using python to automate your online social interactions. This may sound a little cold, but if you are running a low profile company, for instance a self-propriety business selling T-shirts, your own music, or self-publishing your book, then the social sites work as the solo entrepreneur&#8217;s all-in-one public relations machine.</p>
<p>Given the millions, tens of millions, or hundreds of millions of users on each site, you are only limited by your own friendliness and ingenuity. Instead of focusing all your time and effort into publishing your art or product, below are tools which can give you the ability to help pioneer the new field of Social Media Optimization.</p>
<h2>Facebook</h2>
<p><a title="PyFacebook" href="http://wiki.developers.facebook.com/index.php/Python">PyFacebook</a> &#8211; PyFacebook is a wrapper for the Facebook API. <a title="http://github.com/sciyoshi/pyfacebook/tree/master" href="http://github.com/sciyoshi/pyfacebook/tree/master">Github</a></p>
<p><a title="minifb" href="http://code.google.com/p/minifb/">minifb</a> &#8211; Minimal Facebook API for Python using simplejson. JSON is also used by <a title="twitter" href="http://twitter.com/">twitter</a> which can be verified by visiting the <a title="twitter wiki" href="http://apiwiki.twitter.com/">twitter wiki.</a></p>
<h2>Myspace</h2>
<p><a title="myspace-python" href="http://code.google.com/p/myspace-python/">myspace-python</a> &#8211; Client library for the MySpace Apps REST APIs.</p>
<p><a title="MySpaceID Python SDK" href="http://code.google.com/p/myspaceid-python-sdk/">myspaceid-python-sdk</a> &#8211; MySpaceID Python SDK for local server or using myspace services for application development.</p>
<h2>Twitter</h2>
<p><a title="PTT" href="http://mike.verdone.ca/twitter/">PTT</a> -  Python Twitter Tools includes a Twitter API, command-line tool, and IRC bot. If you prefer IRC to twitter&#8217;s email/status hybrid then this is probably one of the best chatbot methods yet developed.</p>
<p><a title="A python wrapper around the Twitter API" href="http://code.google.com/p/python-twitter/">python-twitter</a> &#8211; A python wrapper around the Twitter API</p>
<p>It appears as though that the modules are accessable from within python using proper import&#8217;ing, however, due to the concern with overloading twitter&#8217;s servers the fetches are restricted to a maximum of 100 users at a time. For example, the code below (from the site) will get no more than 100 user status at a time. In other words, this is not useful to use for creating follower/following ratios.</p>
<pre>  &gt;&gt;&gt; statuses = api.GetPublicTimeline()
  &gt;&gt;&gt; print [s.user.name for s in statuses]</pre>
<p>That is all for now. If you&#8217;re interested, which you probably are, check my completely unrelated children&#8217;s book, <a title="The Artist and Aesop" href="http://www.amazon.com/Artist-Aesop-Randy-Dillon/dp/1438279833/">The Artist and Aesop</a>, on Amazon. I will come back and write more on each tool when I have some free time.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://thepythonian.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://thepythonian.com/2009/07/03/social-automation-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
