<?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>SMM Guru - The Social Media Marketing Guru &#187; Twitter Lists API</title>
	<atom:link href="http://www.smmguru.com/tag/twitter-lists-api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smmguru.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Apr 2010 18:56:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How To Create Twitter Lists Automatically With PHP</title>
		<link>http://www.smmguru.com/2009/12/22/how-to-create-twitter-lists-automatically-with-php</link>
		<comments>http://www.smmguru.com/2009/12/22/how-to-create-twitter-lists-automatically-with-php#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:48:28 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[TwitterBot]]></category>
		<category><![CDATA[Twitter Lists API]]></category>

		<guid isPermaLink="false">http://www.smmguru.com/?p=609</guid>
		<description><![CDATA[A regularly requested feature by a lot of my readers for Twitter Bot Script, and other tools has been the automatic creation of Twitter Lists. Meaning that you do not have to get user ID&#8217;s or anything&#8230; Just type in a title, enter your user names, and press make list, and it works. This is [...]]]></description>
			<content:encoded><![CDATA[<p>A regularly requested feature by a lot of my readers for Twitter Bot Script, and other tools has been the automatic creation of Twitter Lists. Meaning that you do not have to get user ID&#8217;s or anything&#8230; Just type in a title, enter your user names, and press make list, and it works.</p>
<p>This is actually very easy to accomplish with a little PHP. You can download the script (free of course) <a href="http://twitterbotscript.com/showthread.php?t=5">from here</a> at the Twitter Bot Script forum.</p>
<p>Keep in mind that most people only get 150 API calls per hour on their account. The only way to add people to a list through the API as of right now is to use their Twitter account ID number. So you have 1 API call to create the list, 1 API call to get the user ID automatically, and then a third API call to add them to the list. (Way to go Twitter.) This means that you can create a list with up to 74 people on it, and add people to that list at a rate of 75 an hour. Keep in mind each user is limited to creating 20 lists each with a max of 500 users. That&#8217;s room for 10,000 accounts that suggest authority and influence Muahaha.</p>
<p>Use this script wisely they are getting smarter at Twitter&#8230; Updated version on the way that will allow you to use either user ID&#8217;s if you have them cutting API calls to 1 request per user on the list allowing you to add 149 at creation.</p>
<p>I also recommend storing your created lists in a MySQL database or something as a way of tracking / managing them from your toolkit. For instance when you get the 200 OK status back from creating the list, it also returns all the xml data for it. Store that in a row so you can keep track of what you have made, and make it easy to build up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smmguru.com/2009/12/22/how-to-create-twitter-lists-automatically-with-php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
