<?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>140dev &#187; User Ranking</title>
	<atom:link href="http://140dev.com/twitter-api-programming-blog/category/user-ranking/feed/" rel="self" type="application/rss+xml" />
	<link>http://140dev.com</link>
	<description>Twitter API Programming Tips, Tutorials, Source Code Libraries and Consulting</description>
	<lastBuildDate>Wed, 31 Jul 2019 10:03:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>Twitter consultant tip: Creating a sales lead spreadsheet</title>
		<link>http://140dev.com/twitter-api-programming-blog/twitter-consultant-tip-sales-lead-spreadsheet/</link>
		<comments>http://140dev.com/twitter-api-programming-blog/twitter-consultant-tip-sales-lead-spreadsheet/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 13:52:34 +0000</pubDate>
		<dc:creator>Adam Green</dc:creator>
				<category><![CDATA[Consulting Tips]]></category>
		<category><![CDATA[Data Mining Tweets]]></category>
		<category><![CDATA[Lead Generation]]></category>
		<category><![CDATA[Tweet Aggregation]]></category>
		<category><![CDATA[Twitter Marketing]]></category>
		<category><![CDATA[User Ranking]]></category>

		<guid isPermaLink="false">http://140dev.com/?p=995</guid>
		<description><![CDATA[Part of the sales process for Twitter consulting is convincing a new client that Twitter is more than just another way to broadcast their message. You have to show them that what appears to be a random stream of tweets is really a collection of highly qualified sales prospects. By aggregating Twitter users as well [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></p><p>Part of the sales process for <strong>Twitter consulting</strong> is convincing a new client that Twitter is more than just another way to broadcast their message. You have to show them that what appears to be a random stream of tweets is really a collection of highly qualified <strong>sales prospects</strong>. By aggregating Twitter users as well as their Tweets, you can extract a great set of <strong>sales leads</strong> along with their contact info. One way to quickly demonstrate the value of tweet aggregation  is to deliver an Excel spreadsheet of sales prospects that meet the client&#8217;s needs. </p>
<p>When you <strong>aggregate tweets</strong> from the <strong>Twitter streaming API</strong>, it also returns the complete account profile for each user. You can data mine this collection of users to extract highly targeted lists of users, along with their geographical location and home page URL. </p>
<p>The free <a href="http://140dev.com/free-twitter-api-source-code-library/">140dev Twitter framework</a> is an example of the code you will need to do the tweet aggregation. The schema for the <a href="http://140dev.com/free-twitter-api-source-code-library/twitter-database-server/mysql-database-schema/">MySQL database</a> it creates shows you it has a table for all the aggregated tweets, which links to the list of tweeting users. Since all of this data is collected for a specific set of keywords, you can then extract personal details on the users who tweet these keywords the most with a simple SQL statement:</p>
<p><code>SELECT count(*) AS cnt, users.screen_name, users.name, users.location, users.url<br />
FROM tweets, users<br />
WHERE tweets.user_id = users.user_id<br />
AND users.location != ''<br />
AND users.url != ''<br />
GROUP BY tweets.user_id<br />
ORDER BY cnt DESC<br />
LIMIT 1000</code></p>
<p>The 140dev framework&#8217;s example database collects tweets for the keyword &#8220;recipe&#8221;, so this query gives us the most active tweeters in the food world. Here are the results in phpMyAdmin:</p>
<p><img src="http://140dev.com/tutorial_images/sales_leads.png"></p>
<p>You can then export the results from phpMyAdmin to an <a href="http://140dev.com/download/sales_leads.xls">Excel spreadsheet</a>, and email it to your client. This gives them solid data in a familiar form. Twitter doesn&#8217;t deliver email addresses, and doesn&#8217;t even collect phone numbers, but you do get each user&#8217;s home page URL. This can be used to gather other contact info, a task that is easily farmed out to people on freelance sites like <a href="https://www.mturk.com/mturk/welcome">Mechanical Turk</a>. </p>
<p>So the next time you want to convince a client that Twitter is not just a bunch of kids talking to each other, you can just create a tweet aggregation database for the client&#8217;s industry keywords, let it collect data for a few days, and pull out a list of targeted users. </p>
]]></content:encoded>
			<wfw:commentRss>http://140dev.com/twitter-api-programming-blog/twitter-consultant-tip-sales-lead-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter consultant tip: Top 5 ways to monetize Twitter</title>
		<link>http://140dev.com/twitter-api-programming-blog/twitter-consultant-monetize-twitter/</link>
		<comments>http://140dev.com/twitter-api-programming-blog/twitter-consultant-monetize-twitter/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:29:19 +0000</pubDate>
		<dc:creator>Adam Green</dc:creator>
				<category><![CDATA[Consulting Tips]]></category>
		<category><![CDATA[Data Mining Tweets]]></category>
		<category><![CDATA[Lead Generation]]></category>
		<category><![CDATA[Twitter Marketing]]></category>
		<category><![CDATA[Twitter SEO]]></category>
		<category><![CDATA[User Ranking]]></category>

		<guid isPermaLink="false">http://140dev.com/?p=934</guid>
		<description><![CDATA[I went to the OpenCoffee meetup in Cambridge the other day. They all recognized the importance of Twitter, but don&#8217;t understand how to make money from it. We are exactly where we were in 1996 with the World Wide Web when I helped start Andover.net. Great point in the cycle. So here is my quick [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></p><p>I went to the <a href="http://www.meetup.com/OpenCoffee-Cambridge-Meetup/">OpenCoffee meetup</a> in Cambridge the other day. They all recognized the importance of Twitter, but don&#8217;t understand how to make money from it. We are exactly where we were in 1996 with the World Wide Web when I helped start Andover.net. Great point in the cycle.</p>
<p>So here is my quick 5 point pitch on how clients can benefit from <strong>integrating Twitter into business and marketing models</strong>. But first keep in mind that you don&#8217;t make money &#8220;from Twitter&#8221;, you make money &#8220;with Twitter&#8221;. Meaning that Twitter is a lever for improving your other efforts, but you don&#8217;t get cash handed to you directly by Twitter users on Twitter. Anyway, here&#8217;s my list:</p>
<p><strong>1.</strong> Putting keyword targeted tweets on pages in the right way is great for SEO. Google loves tweets. This will increase the page&#8217;s search rank, getting a lot more first time visitors.</p>
<p><strong>2.</strong> Datamining of tweets lets you find the right people to follow in Twitter for your market. This can be used very effectively to build a big follower list. This list becomes profitable when you tweet messages with URLs you want people to click on. Think of it as free Adwords.</p>
<p><strong>3.</strong> Follower lists are also essential if you want to make people do something in the real world, like contribute money, or go to an event. Twitter will be huge in 2012 election.</p>
<p><strong>4.</strong> If you have a database of tweets, you can datamine it for sales leads. You can give sales people the Twitter accounts and home page URLs of people who tweet a lot about the products the salesperson is selling. The best part is that the salesperson can see exactly what prospects say about their products and competitors before contacting them.</p>
<p><strong>5.</strong> You can also datamine a tweet database for sentiment trends. This is valuable for PR and customer service. It gives you a real-time read on how effective the rest of your communication program is.</p>
]]></content:encoded>
			<wfw:commentRss>http://140dev.com/twitter-api-programming-blog/twitter-consultant-monetize-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your spammer is my information source</title>
		<link>http://140dev.com/twitter-api-programming-blog/your-spammer-is-my-information-source/</link>
		<comments>http://140dev.com/twitter-api-programming-blog/your-spammer-is-my-information-source/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 13:36:53 +0000</pubDate>
		<dc:creator>Adam Green</dc:creator>
				<category><![CDATA[Automated Tweets]]></category>
		<category><![CDATA[Data Mining Tweets]]></category>
		<category><![CDATA[Tweet Aggregation]]></category>
		<category><![CDATA[User Ranking]]></category>

		<guid isPermaLink="false">http://140dev.com/?p=287</guid>
		<description><![CDATA[There is an interesting thread on the Twitter development list about the need for a &#8220;good citizen&#8221; rank. This problem is approached in a literal engineering way, which says there are good and bad users. There are plenty of Twitter behaviors that could be seen as &#8220;bad,&#8221; but the beauty of Twitter is that it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p></p><p>There is an <a href="http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ec1d39a3a38321ff">interesting thread</a> on the Twitter development list about the need for a &#8220;good citizen&#8221; rank. This problem is approached in a literal engineering way, which says there are good and bad users. There are plenty of Twitter behaviors that could be seen as &#8220;bad,&#8221; but the beauty of Twitter is that it is totally opt-in. I only see the people I choose to follow. So the only meaningful criteria is whether I or my client wants to read an account&#8217;s tweets. Automating that selection must be made within the context of a specific area of interest. I believe that my <a href="http://140dev.com/twitter-api-programming-tutorials/identifying-influential-twitter-users">mention algorithm</a> is a good way of solving this problem. </p>
]]></content:encoded>
			<wfw:commentRss>http://140dev.com/twitter-api-programming-blog/your-spammer-is-my-information-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
