create account

🔝 Most popular websites on Steem: Analysis of the Steem Blockchain by codewithcheese

View this thread on: hive.blogpeakd.comecency.com
· @codewithcheese · (edited)
$124.17
🔝 Most popular websites on Steem: Analysis of the Steem Blockchain
![Most popular websites on Steem](https://i.imgur.com/uYAo9o2.jpg)

In this post I will show what are **the most popular URL's, Websites and Social Profiles on Steemit** by analyzing the Steem blockchain with Python. I have made the code open source here https://github.com/codewithcheese/steem-mentions. I wanted to include the data but after processing every URL  on the blockchain it comes to 2GB, which is too large for GitHub. Look at the methodology section below for how to generate the data on your own machines.

### Why is this useful?
When Smart Media Tokens were announced I thought "Who will be the early adopters? What publishers might adopt SMT's?". To start answering that question I wanted to see what websites and social profiles Steemian's interacted with. By looking at the top URL's, websites and social media profiles we can gain some insight into the Steem communities reach on the Internet. 

## Utopian + Steem is awesome for open source
I am writing this as a Contributor Report on [Utopian.io](http://utopian.io/). Utopian is an amazing project by fellow Steemian [@elear](https://steemit.com/@elear). A Steem platform site that focuses on rewarding open source contribution. Check out [@elear](https://steemit.com/@elear)'s [post](https://utopian.io/utopian-io/@elear/utopian-the-begin-of-a-new-shared-meritocratic-economy) to see how Steem + Open Source using [Utopian.io](http://utopian.io/) has the power to change the world for good. https://utopian.io/utopian-io/@elear/utopian-the-begin-of-a-new-shared-meritocratic-economy

## Results
I am going to jump right into the results for those of you not interested in the technical details. If you want to know how I did it you can scroll down to the The methodology section below.

The results are in 3 sections. **URL's** results for individual URLs, **Websites** result for mentioned Domains and **Social Media** results for Twitter, Facebook and of course Steemit.

### URL's

#### Top 50 mentioned URL by number of authors
Here are the top 50 URL's mentioned in posts ordered by the number of individual authors. As you can see nearly every URL is Steem or Crypto related. I was surprised by this, I thought we would see a _little_ more variety. This may be explained by the early days of Steem attracting mostly Crypto interested authors. Share your thoughts in the comments.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>coinmarketcap.com/</td>
			<td>543</td>
		</tr>
		<tr>
			<td>steemit.com/~witnesses</td>
			<td>438</td>
		</tr>
		<tr>
			<td>www.steemit.com/~witnesses</td>
			<td>373</td>
		</tr>
		<tr>
			<td>steemit.com</td>
			<td>346</td>
		</tr>
		<tr>
			<td>pixabay.com</td>
			<td>256</td>
		</tr>
		<tr>
			<td>pixabay.com/</td>
			<td>256</td>
		</tr>
		<tr>
			<td>steem.io/SteemWhitePaper.pdf</td>
			<td>255</td>
		</tr>
		<tr>
			<td>bittrex.com/</td>
			<td>247</td>
		</tr>
		<tr>
			<td>vimeo.com</td>
			<td>244</td>
		</tr>
		<tr>
			<td>steemit.com/images/steemit-share.png</td>
			<td>224</td>
		</tr>
		<tr>
			<td>steemit.com/</td>
			<td>220</td>
		</tr>
		<tr>
			<td>coinmarketcap.com</td>
			<td>216</td>
		</tr>
		<tr>
			<td>poloniex.com/</td>
			<td>196</td>
		</tr>
		<tr>
			<td>steemitimages.com/DQma5mbjPtLaw2HYWdyUogvU1KH6CbUR9peeoWdB35PCBhk/steemit-share.png</td>
			<td>196</td>
		</tr>
		<tr>
			<td>steemitimages.com/DQmRhDtjokAZnGKi4QwheqksKTFo6m4fsjMYsNNrsitC1xk/DQmRhDtjokAZnGKi4QwheqksKTFo6m4fsjMYsNNrsitC1xk.gif</td>
			<td>183</td>
		</tr>
		<tr>
			<td>steemd.com/</td>
			<td>179</td>
		</tr>
		<tr>
			<td>coinmarketcap.com/</td>
			<td>174</td>
		</tr>
		<tr>
			<td>coinmarketcap.com/currencies/steem/</td>
			<td>173</td>
		</tr>
		<tr>
			<td>steemit.chat</td>
			<td>173</td>
		</tr>
		<tr>
			<td>www.myetherwallet.com/</td>
			<td>171</td>
		</tr>
		<tr>
			<td>i.imgur.com/YSt1Mis.gif</td>
			<td>168</td>
		</tr>
		<tr>
			<td>steemtools.com/</td>
			<td>166</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/865851769116475392</td>
			<td>158</td>
		</tr>
		<tr>
			<td>blocktrades.us/</td>
			<td>156</td>
		</tr>
		<tr>
			<td>poloniex.com</td>
			<td>149</td>
		</tr>
		<tr>
			<td>bittrex.com</td>
			<td>145</td>
		</tr>
		<tr>
			<td>www.exodus.io/</td>
			<td>144</td>
		</tr>
		<tr>
			<td>steemd.com</td>
			<td>137</td>
		</tr>
		<tr>
			<td>www.bitcoincash.org/</td>
			<td>133</td>
		</tr>
		<tr>
			<td>eos.io/</td>
			<td>132</td>
		</tr>
		<tr>
			<td>www.genesis-mining.com</td>
			<td>132</td>
		</tr>
		<tr>
			<td>bitcoin.org/bitcoin.pdf</td>
			<td>128</td>
		</tr>
		<tr>
			<td>www.genesis-mining.com/</td>
			<td>128</td>
		</tr>
		<tr>
			<td>discord.gg/HYj4yvw</td>
			<td>119</td>
		</tr>
		<tr>
			<td>www.ethereum.org/</td>
			<td>118</td>
		</tr>
		<tr>
			<td>steem.io/</td>
			<td>116</td>
		</tr>
		<tr>
			<td>www.steemnow.com/</td>
			<td>115</td>
		</tr>
		<tr>
			<td>steemit.chat/home</td>
			<td>114</td>
		</tr>
		<tr>
			<td>steemvoter.com/</td>
			<td>114</td>
		</tr>
		<tr>
			<td>steemit.chat/</td>
			<td>112</td>
		</tr>
		<tr>
			<td>streemian.com/</td>
			<td>112</td>
		</tr>
		<tr>
			<td>steemnow.com/</td>
			<td>109</td>
		</tr>
		<tr>
			<td>steemd.com/distribution</td>
			<td>109</td>
		</tr>
		<tr>
			<td>dtube.video/</td>
			<td>108</td>
		</tr>
		<tr>
			<td>steemd.com/witnesses</td>
			<td>107</td>
		</tr>
		<tr>
			<td>golem.network/</td>
			<td>106</td>
		</tr>
		<tr>
			<td>www.coinbase.com/</td>
			<td>105</td>
		</tr>
		<tr>
			<td>sia.tech/</td>
			<td>103</td>
		</tr>
		<tr>
			<td>steemstats.com</td>
			<td>103</td>
		</tr>
		<tr>
			<td>www.bitfinex.com/</td>
			<td>102</td>
		</tr>
	</tbody>
</table>

#### Top 50 with highest average vote
Here are the top 50 URL's with the highest average vote mentioned by at least 10 authors. This is my attempt to find some of the URL's that might not be the most popular but that Steemit users like the most.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>avg_votes</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>discord.gg/S37bYma</td>
			<td>901.145455</td>
		</tr>
		<tr>
			<td>www.steemvoter.com</td>
			<td>768.897887</td>
		</tr>
		<tr>
			<td>www.peerhub.com/</td>
			<td>682.867521</td>
		</tr>
		<tr>
			<td>steemit.com/witness/@teamsteem/what-are-steem-witnesses-and-why-you-should-support-them</td>
			<td>658.971429</td>
		</tr>
		<tr>
			<td>steemit.com/buildteam/@buildteam/launching-the-buildteam-token</td>
			<td>630.166667</td>
		</tr>
		<tr>
			<td>steemit.com/witness-category/@reggaemuffin/witness-reggaemuffin</td>
			<td>543.111111</td>
		</tr>
		<tr>
			<td>steemit.com/minnowbooster/@minnowbooster/introducing-minnowbooster-beta</td>
			<td>532.238095</td>
		</tr>
		<tr>
			<td>steemit.com/almost-famous/@teamsteem/hello-steemit-coinmaketcap-com-introduced-me</td>
			<td>523.034483</td>
		</tr>
		<tr>
			<td>steemit.chat/channel/curie</td>
			<td>516.731034</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@donkeypong/announcing-project-curie-bringing-rewards-and-recognition-to-steemit-s-undiscovered-and-emerging-authors</td>
			<td>502.166667</td>
		</tr>
		<tr>
			<td>markdownpad.com/</td>
			<td>499.853659</td>
		</tr>
		<tr>
			<td>www.minnowbooster.net/delegate</td>
			<td>491.642857</td>
		</tr>
		<tr>
			<td>steemit.com/promoting-steem/@teamsteem/creating-the-world-we-long-for</td>
			<td>489.310345</td>
		</tr>
		<tr>
			<td>steemit.com/contest/@papa-pepper/bonus-round-of-the-wild-and-strange-contest-250-steem-payout-an-attempt-to-boost-moral-and-increase-community-fun-and</td>
			<td>459.416667</td>
		</tr>
		<tr>
			<td>www.minnowbooster.net/market</td>
			<td>424.880000</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@the-alien/announcement-jumpstarting-new-tags-rewarding-comments-boosting-engagement-and-going-viral</td>
			<td>398.882353</td>
		</tr>
		<tr>
			<td>steemd.com/@minnowbooster</td>
			<td>378.571429</td>
		</tr>
		<tr>
			<td>steemit.com/translation/@papa-pepper/operation-translation-now-under-construction-what-it-is-and-how-you-can-help</td>
			<td>377.394762</td>
		</tr>
		<tr>
			<td>steemit.com/minnowbooster/@minnowbooster/6rt2mn-introducing-minnowbooster-beta</td>
			<td>348.588235</td>
		</tr>
		<tr>
			<td>steemit.com/eos/@eosio/eos-io-technical-white-paper</td>
			<td>336.333333</td>
		</tr>
		<tr>
			<td>steemit.com/esteem/@good-karma/esteem-spotlight-top-users-and-giveaway-2-2017623t85513623z</td>
			<td>336.058824</td>
		</tr>
		<tr>
			<td>steemit.com/@thecryptofiend</td>
			<td>331.455621</td>
		</tr>
		<tr>
			<td>steemdb.com/witnesses</td>
			<td>325.403846</td>
		</tr>
		<tr>
			<td>www.youtube.com/watch?v=oQSilwOySU8</td>
			<td>320.378378</td>
		</tr>
		<tr>
			<td>steemit.com/~witnesses</td>
			<td>320.137500</td>
		</tr>
		<tr>
			<td>esteem.ws</td>
			<td>308.361111</td>
		</tr>
		<tr>
			<td>www.mumble.com/mumble-download.php</td>
			<td>307.166667</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@steemitblog/consensus-reached-for-hardfork-17-18-the-new-features-are-yours-on-thursday-march-30th-at-11am-est</td>
			<td>301.357143</td>
		</tr>
		<tr>
			<td>steemfest.com</td>
			<td>297.600000</td>
		</tr>
		<tr>
			<td>steemit.com/@ericvancewalton</td>
			<td>296.666667</td>
		</tr>
		<tr>
			<td>creativecommons.org/publicdomain/zero/1.0/deed.en</td>
			<td>272.393443</td>
		</tr>
		<tr>
			<td>steemit.com/steemfest/@stellabelle/win-a-trip-to-steemfest-submit-a-3-minute-video</td>
			<td>263.720000</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@donkeypong/announcing-steem-guild-a-second-stage-project-to-continue-supporting-good-authors-after-project-curie</td>
			<td>262.241176</td>
		</tr>
		<tr>
			<td>itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1141397898&amp;mt=8</td>
			<td>260.970588</td>
		</tr>
		<tr>
			<td>www.youtube.com/watch?v=VuYURpAIa4I</td>
			<td>260.800000</td>
		</tr>
		<tr>
			<td>steemit.com/dpos/@dantheman/dpos-consensus-algorithm-this-missing-white-paper</td>
			<td>260.777778</td>
		</tr>
		<tr>
			<td>bitcoinwisdom.com/markets/bitfinex/btcusd</td>
			<td>257.769231</td>
		</tr>
		<tr>
			<td>steemit.com/steemprentice/@sykochica/steemprentice-steemit-mentoring-group-launch-announcement</td>
			<td>256.072464</td>
		</tr>
		<tr>
			<td>www.youtube.com/watch?v=K6uR0A9cC5Y</td>
			<td>255.111111</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@firepower/successful-2-india-steemit-accelerator-and-steem-cryptocurrency-meetup-2017-at-robert-bosch-india-hq</td>
			<td>251.631579</td>
		</tr>
		<tr>
			<td>steemvoter.com</td>
			<td>246.266234</td>
		</tr>
		<tr>
			<td>t.me/Peerplays</td>
			<td>243.250000</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@steemitblog/important-notification</td>
			<td>242.750000</td>
		</tr>
		<tr>
			<td>ipfs.io</td>
			<td>240.266667</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@dantheman/building-long-term-value-from-your-blog</td>
			<td>238.272727</td>
		</tr>
		<tr>
			<td>steemit.com/@furion</td>
			<td>236.222222</td>
		</tr>
		<tr>
			<td>creativecommons.org/licenses/by-sa/3.0</td>
			<td>235.071429</td>
		</tr>
		<tr>
			<td>steemitimages.com/DQmRHxe6LLLr1qMi84PxNTB2AHuVk51csUmGTfDoevD7sPP/image.png</td>
			<td>234.545455</td>
		</tr>
		<tr>
			<td>www.steemithelp.net</td>
			<td>233.685358</td>
		</tr>
		<tr>
			<td>steemit.com/@steemship</td>
			<td>233.052632</td>
		</tr>
	</tbody>
</table>

#### Top 20 URL's by highest average payout
Here are the top 20 URL's mentioned in posts with the highest average payout by at least 10 different authors. This is attempt to find some of the most valued websites by the Steem community. However I think this list is skewed by some URL's that whales regularly include in their posts.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>total_payout</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>www.steemit.com/@steemdrive</td>
			<td>37585.703</td>
		</tr>
		<tr>
			<td>github.com/xeroc/piston</td>
			<td>47905.119</td>
		</tr>
		<tr>
			<td>www.bravenewcoin.com/steem</td>
			<td>23633.304</td>
		</tr>
		<tr>
			<td>www.blocktrades.us</td>
			<td>21939.083</td>
		</tr>
		<tr>
			<td>www.expanse.tech</td>
			<td>20865.044</td>
		</tr>
		<tr>
			<td>www.youtube.com/watch?v=YkJ7zxdpUwE</td>
			<td>19667.129</td>
		</tr>
		<tr>
			<td>anarchapulco.com</td>
			<td>25368.469</td>
		</tr>
		<tr>
			<td>steemit.com/books/@federicopistono/hi-steem-community-i-am-the-author-of-robots-will-steal-your-job-but-thats</td>
			<td>18287.280</td>
		</tr>
		<tr>
			<td>i.imgur.com/hX8LV01.png</td>
			<td>15688.495</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@teamsteem/a-bit-about-steemit</td>
			<td>13278.872</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@jesta/building-a-high-availability-steemd-node-for-web-apis</td>
			<td>10862.894</td>
		</tr>
		<tr>
			<td>steemit.com/introduceyourself/@teamsteem/make-more-steem-verify-your-introduction-posts</td>
			<td>13178.835</td>
		</tr>
		<tr>
			<td>steemit.com/joy/@teamsteem/steem-the-most-enjoyable-governance-tool-ever-devised</td>
			<td>14184.357</td>
		</tr>
		<tr>
			<td>dollarvigilante.com</td>
			<td>14616.087</td>
		</tr>
		<tr>
			<td>beta.chainbb.com/chainbb/@jesta/chainbbcom-a-blockchain-forum-platform-for-steem</td>
			<td>9659.715</td>
		</tr>
		<tr>
			<td>steemit.com/money/@teamsteem/money-are-tokens-of-influence-with-the-purpose-of-facilitating-bliss</td>
			<td>9615.526</td>
		</tr>
		<tr>
			<td>www.amazon.com/Steemit-101-Discover-Social-Content-ebook/dp/B01HC47NLU</td>
			<td>40082.394</td>
		</tr>
		<tr>
			<td>i.imgur.com/do6Qt9I.png</td>
			<td>16052.166</td>
		</tr>
		<tr>
			<td>steemit.com/science/@timsaid/myth-or-fact-20-a-penny-dropped-off-the-empire-state-building-kills-you</td>
			<td>10215.198</td>
		</tr>
		<tr>
			<td>steemit.com/christmas/@timsaid/myth-or-fact-13-does-santa-claus-exist</td>
			<td>10215.198</td>
		</tr>
	</tbody>
</table>

### Websites
OK, we just looked at individual URL's now lets look at domains. I will only include websites sorted by number of authors. Sorting websites by average vote or other metrics did not yield very different resuls since the results are dominated by the image sites and large websites that every one mentions. I think it would be interesting to remove the largest websites but Ill have to leave that for another day.

#### Top 50 websites by number of authors
Here are the top 50 websites by number of mentions by unique authors.  As you can see image sites and popular social networks are commonly linked to.
<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>domain</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>steemitimages.com</td>
			<td>68390</td>
		</tr>
		<tr>
			<td>youtube.com</td>
			<td>30941</td>
		</tr>
		<tr>
			<td>steemit.com</td>
			<td>20290</td>
		</tr>
		<tr>
			<td>youtu.be</td>
			<td>16894</td>
		</tr>
		<tr>
			<td>imgur.com</td>
			<td>9854</td>
		</tr>
		<tr>
			<td>facebook.com</td>
			<td>9818</td>
		</tr>
		<tr>
			<td>wikipedia.org</td>
			<td>8166</td>
		</tr>
		<tr>
			<td>esteem.ws</td>
			<td>7583</td>
		</tr>
		<tr>
			<td>twitter.com</td>
			<td>7297</td>
		</tr>
		<tr>
			<td>wordpress.com</td>
			<td>6612</td>
		</tr>
		<tr>
			<td>postimg.org</td>
			<td>6122</td>
		</tr>
		<tr>
			<td>pixabay.com</td>
			<td>6102</td>
		</tr>
		<tr>
			<td>blogspot.com</td>
			<td>6020</td>
		</tr>
		<tr>
			<td>google.com</td>
			<td>5963</td>
		</tr>
		<tr>
			<td>imgsafe.org</td>
			<td>5864</td>
		</tr>
		<tr>
			<td>fbcdn.net</td>
			<td>5064</td>
		</tr>
		<tr>
			<td>dtube.video</td>
			<td>4241</td>
		</tr>
		<tr>
			<td>ipfs.io</td>
			<td>4208</td>
		</tr>
		<tr>
			<td>wikimedia.org</td>
			<td>4190</td>
		</tr>
		<tr>
			<td>pinimg.com</td>
			<td>4161</td>
		</tr>
		<tr>
			<td>instagram.com</td>
			<td>3785</td>
		</tr>
		<tr>
			<td>github.com</td>
			<td>3597</td>
		</tr>
		<tr>
			<td>ytimg.com</td>
			<td>3534</td>
		</tr>
		<tr>
			<td>giphy.com</td>
			<td>3513</td>
		</tr>
		<tr>
			<td>medium.com</td>
			<td>3120</td>
		</tr>
		<tr>
			<td>goo.gl</td>
			<td>3070</td>
		</tr>
		<tr>
			<td>amazonaws.com</td>
			<td>3023</td>
		</tr>
		<tr>
			<td>twimg.com</td>
			<td>3013</td>
		</tr>
		<tr>
			<td>wp.com</td>
			<td>2836</td>
		</tr>
		<tr>
			<td>coindesk.com</td>
			<td>2794</td>
		</tr>
		<tr>
			<td>coinmarketcap.com</td>
			<td>2765</td>
		</tr>
		<tr>
			<td>reddit.com</td>
			<td>2733</td>
		</tr>
		<tr>
			<td>cointelegraph.com</td>
			<td>2556</td>
		</tr>
		<tr>
			<td>tumblr.com</td>
			<td>2521</td>
		</tr>
		<tr>
			<td>bitcointalk.org</td>
			<td>2362</td>
		</tr>
		<tr>
			<td>amazon.com</td>
			<td>2251</td>
		</tr>
		<tr>
			<td>steemimg.com</td>
			<td>2245</td>
		</tr>
		<tr>
			<td>soundcloud.com</td>
			<td>2229</td>
		</tr>
		<tr>
			<td>ipfsstore.it</td>
			<td>2096</td>
		</tr>
		<tr>
			<td>bitcoin.com</td>
			<td>1956</td>
		</tr>
		<tr>
			<td>vimeo.com</td>
			<td>1848</td>
		</tr>
		<tr>
			<td>tinypic.com</td>
			<td>1842</td>
		</tr>
		<tr>
			<td>googleusercontent.com</td>
			<td>1789</td>
		</tr>
		<tr>
			<td>staticflickr.com</td>
			<td>1738</td>
		</tr>
		<tr>
			<td>cloudfront.net</td>
			<td>1723</td>
		</tr>
		<tr>
			<td>bit.ly</td>
			<td>1708</td>
		</tr>
		<tr>
			<td>businessinsider.com</td>
			<td>1671</td>
		</tr>
		<tr>
			<td>theguardian.com</td>
			<td>1631</td>
		</tr>
		<tr>
			<td>dailymail.co.uk</td>
			<td>1605</td>
		</tr>
		<tr>
			<td>cryptocoinsnews.com</td>
			<td>1549</td>
		</tr>
	</tbody>
</table>

### Twitter

#### Most mentioned statuses by unique authors
Here we have the most mentioned twitter statuses by number of authors. Im suprised at how little overlap there is. This might require more preprocessing to match similar statuses. Bobby Lee's Twitter competition to list STEEEM on BTCC saw huge support.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>twitter.com/bobbyclee/status/865851769116475392</td>
			<td>158</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/864155469899644928</td>
			<td>60</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/862908660707540992</td>
			<td>18</td>
		</tr>
		<tr>
			<td>twitter.com/realDonaldTrump/status/881503147168071680</td>
			<td>16</td>
		</tr>
		<tr>
			<td>twitter.com/VitalikButerin/status/879127496024772610</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/YourBTCC/status/908285586368167936</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/IamNomad/status/908831764457672709</td>
			<td>9</td>
		</tr>
		<tr>
			<td>twitter.com/officialmcafee/status/887012614131372032</td>
			<td>9</td>
		</tr>
		<tr>
			<td>mobile.twitter.com/bobbyclee/status/865851769116475392</td>
			<td>8</td>
		</tr>
		<tr>
			<td>twitter.com/agurevich23/status/907692985424371712</td>
			<td>7</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/865851769116475392</td>
			<td>6</td>
		</tr>
		<tr>
			<td>twitter.com/luluyilun/status/906163511658557440</td>
			<td>6</td>
		</tr>
		<tr>
			<td>twitter.com/avsa/status/755144980008697857</td>
			<td>6</td>
		</tr>
		<tr>
			<td>twitter.com/kyletorpey/status/890253492190945285</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/officialmcafee/status/887024683379544065</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/btcecom/status/889918430228492289</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/wikileaks/status/829693251133272064</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/naval/status/877467629308395521</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/wikileaks/status/829324362943696896</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/realdonaldtrump/status/881503147168071680</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/maxkeiser/status/754110399666987009</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/SatoshiLite/status/911328252928643072</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/ArcadeCityHall/status/754784578489896960</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/CNBCFastMoney/status/908089342605889536</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/865851769116475392</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/hitbtc/status/872800553432219649</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/SatoshiLite/status/873343321296429056</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/JUN_Omise/status/902844287557148673</td>
			<td>5</td>
		</tr>
		<tr>
			<td>twitter.com/JoshuaBaer/status/754036505203453952</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/pbartstephens/status/907727923536265216</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/huobicom/status/868442008402014208</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/VitalikButerin/status/879127496024772610/photo/1</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/hitbtc/status/903223626887032832</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/ViaBTC/status/888813075368886272</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/wikileaks/status/827828627488268290</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/john_lam/status/888442492051259392</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/inthepixels/status/888876843176271872</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/CharlieShrem/status/890254097009565697</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/SiaTechHQ/status/877172219679563778</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/ArcadeCityHall/status/754059398335631361</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/etherdelta/status/906027544696168449</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/omise_go/status/897472052457684993</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/maraoz/status/887755889897295872</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/wikileaks/status/828889235994324992</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/i/web/status/864155469899644928</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/KimDotcom/status/865987139166552064</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/864155469899644928</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee/status/865851769116475392</td>
			<td>4</td>
		</tr>
		<tr>
			<td>twitter.com/JulianAssange/status/882430554544713728</td>
			<td>3</td>
		</tr>
		<tr>
			<td>twitter.com/FloydMayweather/status/875104754334023680</td>
			<td>3</td>
		</tr>
	</tbody>
</table>

#### Most mentioned Twitter accounts
Here we have the most mentioned twitter accounts order by number of unique authors. This is a great list to see who Steemians follow on twitter. However, it is domainated by those interested in Crypto. I would like to see this list narrowed for some other tags.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>twitter.com/blocklancer</td>
			<td>35</td>
		</tr>
		<tr>
			<td>twitter.com/CCS_Crystal</td>
			<td>35</td>
		</tr>
		<tr>
			<td>twitter.com/cosscrypto</td>
			<td>30</td>
		</tr>
		<tr>
			<td>twitter.com/SatoshiLite</td>
			<td>23</td>
		</tr>
		<tr>
			<td>twitter.com/</td>
			<td>22</td>
		</tr>
		<tr>
			<td>twitter.com/bitquence</td>
			<td>22</td>
		</tr>
		<tr>
			<td>twitter.com/aantonop</td>
			<td>21</td>
		</tr>
		<tr>
			<td>twitter.com/ToneVays</td>
			<td>20</td>
		</tr>
		<tr>
			<td>twitter.com/atlantio</td>
			<td>20</td>
		</tr>
		<tr>
			<td>twitter.com/ex_scudo</td>
			<td>20</td>
		</tr>
		<tr>
			<td>twitter.com/steemit</td>
			<td>20</td>
		</tr>
		<tr>
			<td>twitter.com/insurextech</td>
			<td>19</td>
		</tr>
		<tr>
			<td>twitter.com/UTRUST_Official</td>
			<td>19</td>
		</tr>
		<tr>
			<td>twitter.com/domraider</td>
			<td>18</td>
		</tr>
		<tr>
			<td>twitter.com/BitJob_Team</td>
			<td>17</td>
		</tr>
		<tr>
			<td>twitter.com/changefinance</td>
			<td>17</td>
		</tr>
		<tr>
			<td>twitter.com/iconominet</td>
			<td>16</td>
		</tr>
		<tr>
			<td>twitter.com/joinindorse</td>
			<td>16</td>
		</tr>
		<tr>
			<td>www.twitter.com/theswarmfund</td>
			<td>16</td>
		</tr>
		<tr>
			<td>www.twitter.com/Centra_Card</td>
			<td>15</td>
		</tr>
		<tr>
			<td>twitter.com/VitalikButerin</td>
			<td>15</td>
		</tr>
		<tr>
			<td>twitter.com/reality_clash</td>
			<td>15</td>
		</tr>
		<tr>
			<td>twitter.com/amandab_johnson</td>
			<td>15</td>
		</tr>
		<tr>
			<td>twitter.com/Nimfamoney</td>
			<td>15</td>
		</tr>
		<tr>
			<td>twitter.com/beone_co</td>
			<td>14</td>
		</tr>
		<tr>
			<td>twitter.com/Centra_Card</td>
			<td>14</td>
		</tr>
		<tr>
			<td>twitter.com/IMMLA_io</td>
			<td>14</td>
		</tr>
		<tr>
			<td>twitter.com/fundyourselfnow</td>
			<td>13</td>
		</tr>
		<tr>
			<td>twitter.com/rogerkver</td>
			<td>13</td>
		</tr>
		<tr>
			<td>twitter.com/GenesisMining</td>
			<td>13</td>
		</tr>
		<tr>
			<td>twitter.com/PowerLedger_io</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/wcxofficial</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/CarTaxi_24</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/MadBitcoins</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/TaaSfund</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/sonmdevelopment</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/coindashio</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/on_place</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/easymineio</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/realDonaldTrump</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/KICKICOplatform</td>
			<td>12</td>
		</tr>
		<tr>
			<td>twitter.com/LunyrInc</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/minexcoin</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/OAX_Foundation</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/STeX_Exchange</td>
			<td>11</td>
		</tr>
		<tr>
			<td>twitter.com/bowheadhealth</td>
			<td>10</td>
		</tr>
		<tr>
			<td>twitter.com/rivetzcorp</td>
			<td>10</td>
		</tr>
		<tr>
			<td>twitter.com/bobbyclee</td>
			<td>10</td>
		</tr>
		<tr>
			<td>twitter.com/PolybiusBank</td>
			<td>10</td>
		</tr>
		<tr>
			<td>twitter.com/eos_io</td>
			<td>10</td>
		</tr>
	</tbody>
</table>

### Steemit.com

#### Most mentioned URL's
Here are the top 50 most mentioned Steemit.com URL's ordered by number of unique authors
<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>steemit.com/~witnesses</td>
			<td>438</td>
		</tr>
		<tr>
			<td>www.steemit.com/~witnesses</td>
			<td>373</td>
		</tr>
		<tr>
			<td>steemit.com</td>
			<td>346</td>
		</tr>
		<tr>
			<td>steemit.com/images/steemit-share.png</td>
			<td>224</td>
		</tr>
		<tr>
			<td>steemit.com/</td>
			<td>220</td>
		</tr>
		<tr>
			<td>steemit.com/video/@heimindanger/introducing-dtube-a-decentralized-video-platform-using-steem-and-ipfs</td>
			<td>101</td>
		</tr>
		<tr>
			<td>steemit.com/images/steemit-share.png</td>
			<td>91</td>
		</tr>
		<tr>
			<td>steemit.com/faq.html</td>
			<td>88</td>
		</tr>
		<tr>
			<td>steemit.com</td>
			<td>86</td>
		</tr>
		<tr>
			<td>img1.steemit.com/0x0/i.imgsafe.org/b87bb98157.gif</td>
			<td>83</td>
		</tr>
		<tr>
			<td>steemit.com/@luzcypher</td>
			<td>79</td>
		</tr>
		<tr>
			<td>steemit.com/tags</td>
			<td>77</td>
		</tr>
		<tr>
			<td>steemit.com/welcome</td>
			<td>77</td>
		</tr>
		<tr>
			<td>steemit.com/market</td>
			<td>72</td>
		</tr>
		<tr>
			<td>steemit.com/colorchallenge/@kalemandra/new-colorchallenge-for-all-steemians</td>
			<td>63</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@ned/announcing-smart-media-tokens-smts</td>
			<td>63</td>
		</tr>
		<tr>
			<td>steemit.com/@dollarvigilante</td>
			<td>56</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest-2nd-week-topic</td>
			<td>55</td>
		</tr>
		<tr>
			<td>steemit.com/@cervantes</td>
			<td>55</td>
		</tr>
		<tr>
			<td>www.steemit.com/~witnesses</td>
			<td>54</td>
		</tr>
		<tr>
			<td>steemit.com/trending/steemit</td>
			<td>54</td>
		</tr>
		<tr>
			<td>steemit.com/</td>
			<td>51</td>
		</tr>
		<tr>
			<td>steemit.com/blog/@darthnava/fellow-steemers-i-need-help-as-my-mri-results-are-not-encouraging</td>
			<td>49</td>
		</tr>
		<tr>
			<td>steemit.com/steemfest/@roelandp/save-the-date-steemfest-2017-creamy-and-delicious-1-2-3-4-5-november-lisbon</td>
			<td>48</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest-week-6-topic-flowers</td>
			<td>47</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest-week-3-topic-silhouettes</td>
			<td>47</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest-week-8-topic-buildings</td>
			<td>46</td>
		</tr>
		<tr>
			<td>steemit.com/@jerrybanfield</td>
			<td>45</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@donkeypong/still-confused-by-steem-steem-dollars-and-steem-power-the-power-plant-analogy</td>
			<td>45</td>
		</tr>
		<tr>
			<td>steemit.com/trending/photography</td>
			<td>44</td>
		</tr>
		<tr>
			<td>steemit.com/bwphotocontest/@daveks/b-and-w-photo-contest-new-theme-announcement-plants</td>
			<td>44</td>
		</tr>
		<tr>
			<td>steemit.com/@minnowsupport</td>
			<td>44</td>
		</tr>
		<tr>
			<td>steemit.com/steemit-guides/@pfunk/a-full-steemit-user-s-guide-to-steem-witnesses</td>
			<td>44</td>
		</tr>
		<tr>
			<td>steemit.com/</td>
			<td>44</td>
		</tr>
		<tr>
			<td>steemit.com/cn/@htliao/anime-character-drawing-challenge-or-50-sbd-prize-pool-or-50-sbd</td>
			<td>43</td>
		</tr>
		<tr>
			<td>steemit.com/minnowbooster/@minnowbooster/introducing-minnowbooster-beta</td>
			<td>43</td>
		</tr>
		<tr>
			<td>steemit.com/steem/@dan/steemit-s-evil-plan-for-cryptocurrency-world-domination</td>
			<td>42</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest-week-4-topic-abstract-please-read-the-rules</td>
			<td>42</td>
		</tr>
		<tr>
			<td>steemit.com/introduceyourself/@dantheman/daniel-larimer--co-founder-of-bitshares-steemit</td>
			<td>42</td>
		</tr>
		<tr>
			<td>steemit.com/memechallenge/@fibra59/meme-challenge-33-winners-of-32-doubled-reward-pool-for-33</td>
			<td>41</td>
		</tr>
		<tr>
			<td>steemit.com/minnowsupportproject/@minnowsupport/minnow-support-project-problem-statement-vision-statement-mission-statement-and-plan-to-help-you-grow-from-minnow-to-whale-with</td>
			<td>41</td>
		</tr>
		<tr>
			<td>steemit.com/monomad/@brumest/monomad-photographic-contest</td>
			<td>41</td>
		</tr>
		<tr>
			<td>steemit.com/@ned</td>
			<td>40</td>
		</tr>
		<tr>
			<td>steemit.com/pick_account</td>
			<td>40</td>
		</tr>
		<tr>
			<td>steemit.com/spanish/@don.quijote/concurso-de-nanocuentos-don-quijote-</td>
			<td>40</td>
		</tr>
		<tr>
			<td>steemit.com/steemit/@noisy/we-just-hacked-11-accounts-on-steemit-1158-sbd-and-8250-steem-is-under-our-control-but-we-are-good-guys-so</td>
			<td>38</td>
		</tr>
		<tr>
			<td>steemit.com/created</td>
			<td>37</td>
		</tr>
		<tr>
			<td>steemit.com/beauty/@guerrint/the-first-steemit-makeup-turtorial-bringing-youtubers-to-steemit</td>
			<td>36</td>
		</tr>
		<tr>
			<td>steemit.com/bwphotocontest/@daveks/b-and-w-photo-contest-new-theme-announcement-food</td>
			<td>35</td>
		</tr>
		<tr>
			<td>steemit.com/trending/steem</td>
			<td>35</td>
		</tr>
	</tbody>
</table>

#### Most mentioned accounts
Here are the top 50 most mention Steemit.com accounts ordered by number of unique authors.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>steemit.com/@luzcypher</td>
			<td>79</td>
		</tr>
		<tr>
			<td>steemit.com/@ned</td>
			<td>74</td>
		</tr>
		<tr>
			<td>steemit.com/@jerrybanfield</td>
			<td>67</td>
		</tr>
		<tr>
			<td>steemit.com/@papa-pepper</td>
			<td>60</td>
		</tr>	
		<tr>
			<td>steemit.com/@dollarvigilante</td>
			<td>56</td>
		</tr>
		<tr>
			<td>steemit.com/@cervantes</td>
			<td>55</td>
		</tr>
		<tr>
			<td>steemit.com/@dan</td>
			<td>51</td>
		</tr>
		<tr>
			<td>steemit.com/@dantheman</td>
			<td>50</td>
		</tr>		
		<tr>
			<td>steemit.com/@minnowsupport</td>
			<td>44</td>
		</tr>					
		<tr>
			<td>steemit.com/@eosio</td>
			<td>30</td>
		</tr>		
		<tr>
			<td>steemit.com/@randowhale</td>
			<td>28</td>
		</tr>
		<tr>
			<td>steemit.com/@stellabelle</td>
			<td>28</td>
		</tr>		
		<tr>
			<td>steemit.com/@cheetah</td>
			<td>26</td>
		</tr>
		<tr>
			<td>steemit.com/@eeks</td>
			<td>25</td>
		</tr>
		<tr>
			<td>steemit.com/@officialfuzzy</td>
			<td>24</td>
		</tr>		
		<tr>
			<td>steemit.com/@craig-grant</td>
			<td>23</td>
		</tr>
		<tr>
			<td>steemit.com/@good-karma</td>
			<td>23</td>
		</tr>		
		<tr>
			<td>steemit.com/@steemitblog</td>
			<td>22</td>
		</tr>
		<tr>
			<td>steemit.com/@steemitmarket</td>
			<td>21</td>
		</tr>		
		<tr>
			<td>steemit.com/@steemvoter</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@trevonjb</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@kalemandra</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@jesta</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@crypt0</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@roelandp</td>
			<td>20</td>
		</tr>
		<tr>
			<td>steemit.com/@steemsports</td>
			<td>19</td>
		</tr>
		<tr>
			<td>steemit.com/@sweetsssj</td>
			<td>19</td>
		</tr>
		<tr>
			<td>steemit.com/@blocktrades</td>
			<td>19</td>
		</tr>
		<tr>
			<td>steemit.com/@steemfest</td>
			<td>18</td>
		</tr>
		<tr>
			<td>steemit.com/@minnowbooster</td>
			<td>18</td>
		</tr>
		<tr>
			<td>steemit.com/@stellabelle</td>
			<td>18</td>
		</tr>
		<tr>
			<td>steemit.com/@donkeypong</td>
			<td>18</td>
		</tr>
		<tr>
			<td>steemit.com/@ausbitbank</td>
			<td>18</td>
		</tr>
		<tr>
			<td>steemit.com/@pfunk</td>
			<td>17</td>
		</tr>
		<tr>
			<td>steemit.com/@poloniex/transfers</td>
			<td>17</td>
		</tr>
		<tr>
			<td>steemit.com/@berniesanders</td>
			<td>16</td>
		</tr>
		<tr>
			<td>steemit.com/@curie</td>
			<td>16</td>
		</tr>
		<tr>
			<td>steemit.com/@fyrstikken</td>
			<td>16</td>
		</tr>
		<tr>
			<td>steemit.com/@booster</td>
			<td>16</td>
		</tr>
		<tr>
			<td>steemit.com/@jesta</td>
			<td>16</td>
		</tr>
		<tr>
			<td>steemit.com/@officialfuzzy</td>
			<td>15</td>
		</tr>
		<tr>
			<td>steemit.com/@heiditravels</td>
			<td>15</td>
		</tr>
		<tr>
			<td>steemit.com/@lukewearechange</td>
			<td>15</td>
		</tr>
		<tr>
			<td>steemit.com/@corbettreport</td>
			<td>15</td>
		</tr>
	</tbody>
</table>

### Facebook

#### Most mentioned Facebook URL's
Here we have the top 50 Facebook URL's order by number of unique authors

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>facebook.com/steemitmarket</td>
			<td>62</td>
		</tr>
		<tr>
			<td>www.facebook.com/</td>
			<td>58</td>
		</tr>
		<tr>
			<td>www.facebook.com/CCSer/</td>
			<td>33</td>
		</tr>
		<tr>
			<td>www.facebook.com/cosscrypto/</td>
			<td>26</td>
		</tr>
		<tr>
			<td>www.facebook.com/blocklancer</td>
			<td>26</td>
		</tr>
		<tr>
			<td>www.facebook.com/groups/ICoLR/</td>
			<td>19</td>
		</tr>
		<tr>
			<td>www.facebook.com/utrust.io/</td>
			<td>18</td>
		</tr>
		<tr>
			<td>www.facebook.com/steemit/</td>
			<td>17</td>
		</tr>
		<tr>
			<td>www.facebook.com/InsureX-1467549329975479</td>
			<td>17</td>
		</tr>
		<tr>
			<td>www.facebook.com/rsrc.php/v3/y4/r/-PAXP-deijE.gif</td>
			<td>17</td>
		</tr>
		<tr>
			<td>www.facebook.com/Mandarin.exchange</td>
			<td>14</td>
		</tr>
		<tr>
			<td>www.facebook.com/beoneco/</td>
			<td>14</td>
		</tr>
		<tr>
			<td>www.facebook.com/nimfamoney</td>
			<td>14</td>
		</tr>
		<tr>
			<td>www.facebook.com/exscudo</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitJobmarket/</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/TrueFlip.io/</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/fundyourselfnow/</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/exscudo/</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/CentraCard</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/groups/steemitnow/</td>
			<td>12</td>
		</tr>
		<tr>
			<td>www.facebook.com/icoShowcase/</td>
			<td>11</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitquence/</td>
			<td>11</td>
		</tr>
		<tr>
			<td>www.facebook.com/dentcoin</td>
			<td>11</td>
		</tr>
		<tr>
			<td>facebook.com/atlantplatform/</td>
			<td>11</td>
		</tr>
		<tr>
			<td>www.facebook.com/kickicoplatform</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/bowheadhealth</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/taasfund</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/MinervaToken/</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/groups/cryptocurrencycollectorsclub/</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/PayPiePlatform</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/Anarchast/?f...</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/gilgames.platform</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitquence</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/Domraider-1432606216988548/</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/groups/welovesteemit/</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/Monaco-Card-1355426087883151/</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/iconomi.net/</td>
			<td>8</td>
		</tr>
		<tr>
			<td>facebook.com/LukeWeAreChange</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/iDiceIO/</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/vibehubvr/</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/relestio</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/minexcoin</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/crowdindicator</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitclave</td>
			<td>8</td>
		</tr>
		<tr>
			<td>m.facebook.com/MAGOS.io/</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/coindash.io/</td>
			<td>8</td>
		</tr>		
		<tr>
			<td>www.facebook.com/immlaio/</td>
			<td>7</td>
		</tr>
	</tbody>
</table>

#### Top 50 Facebook user names
Here we have the top 50 Facebook user names order by number of unique authors.

<table border="1" class="dataframe">
	<thead>
		<tr style="text-align: right;">
			<th>url</th>
			<th>num_authors</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>facebook.com/steemitmarket</td>
			<td>62</td>
		</tr>
		<tr>
			<td>www.facebook.com/blocklancer</td>
			<td>26</td>
		</tr>
		<tr>
			<td>www.facebook.com/InsureX-1467549329975479</td>
			<td>17</td>
		</tr>
		<tr>
			<td>www.facebook.com/Mandarin.exchange</td>
			<td>14</td>
		</tr>
		<tr>
			<td>www.facebook.com/nimfamoney</td>
			<td>14</td>
		</tr>
		<tr>
			<td>www.facebook.com/exscudo</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/CentraCard</td>
			<td>13</td>
		</tr>
		<tr>
			<td>www.facebook.com/dentcoin</td>
			<td>11</td>
		</tr>
		<tr>
			<td>www.facebook.com/taasfund</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/bowheadhealth</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/kickicoplatform</td>
			<td>10</td>
		</tr>
		<tr>
			<td>www.facebook.com/gilgames.platform</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/PayPiePlatform</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitquence</td>
			<td>9</td>
		</tr>
		<tr>
			<td>www.facebook.com/bitclave</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/crowdindicator</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/minexcoin</td>
			<td>8</td>
		</tr>
		<tr>
			<td>facebook.com/LukeWeAreChange</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/relestio</td>
			<td>8</td>
		</tr>
		<tr>
			<td>www.facebook.com/lbryio</td>
			<td>7</td>
		</tr>
		<tr>
			<td>www.facebook.com/AlexanderEme...</td>
			<td>7</td>
		</tr>
		<tr>
			<td>www.facebook.com/powerledger</td>
			<td>7</td>
		</tr>
		<tr>
			<td>facebook.com/dentcoin</td>
			<td>7</td>
		</tr>
		<tr>
			<td>facebook.com/exscudo</td>
			<td>7</td>
		</tr>
		<tr>
			<td>www.facebook.com/Zappl-1564113593599270</td>
			<td>7</td>
		</tr>
		<tr>
			<td>www.facebook.com/Rivetz-1409224065995167</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/PawnHero.ph</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/RTnews</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/risevisionteam</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/steemit</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/iconomi.net</td>
			<td>6</td>
		</tr>
		<tr>
			<td>facebook.com/xfcfootballcoin</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/EgaasProject</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/joinindorse</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/orocrypt</td>
			<td>6</td>
		</tr>
		<tr>
			<td>www.facebook.com/vivacoin</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/profile.php?...</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/TED</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/steemitbc</td>
			<td>5</td>
		</tr>
		<tr>
			<td>facebook.com/RealityClash</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/Easymine.io</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/craig.freedom</td>
			<td>5</td>
		</tr>
		<tr>
			<td>facebook.com/TheTrendsCommunity</td>
			<td>5</td>
		</tr>
		<tr>
			<td>facebook.com/lewis.hilsenteger</td>
			<td>5</td>
		</tr>
		<tr>
			<td>work-12050764.facebook.com/</td>
			<td>5</td>
		</tr>
		<tr>
			<td>facebook.com/dashingamandabjoh...</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/arkecosystem</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/propyinc</td>
			<td>5</td>
		</tr>
		<tr>
			<td>www.facebook.com/EventChain</td>
			<td>5</td>
		</tr>
	</tbody>
</table>



## The methodology
One great thing about the Steem blockchain is all the data is easily and publicly available. However, there are many ways to access that data and some work better for me than others. My approach was to process blockchain and in order to create two CSV's one for URL's and one for authors. I then analyzed the CSV's using Jupyter Notebooks and Pandas. 

The URL's CSV contains the URL from every post along values such as author, votes, payout. The authors CSV contains account data from every post author such as balances and reputation. This way I could join the URL's and Account data to be able to analyze URL's based on reputation.

### Iterating blocks with Steem-Python
_[build_urls_from_steemd.py](https://github.com/codewithcheese/steem-mentions/blob/master/build_urls_from_steemd.py)_
My first attempt was to use the Steem python client https://github.com/steemit/steem-python and to iterate through every block. This turned out to be extremely slow. It appears you have to request one block at a time, even though there are methods that allow you to request a range of blocks they are simple requesting individual blocks behind the scenes. My connection here is 100Mb's so i'm not really sure why it was so slow. Can any one comment a faster way to iterate through the blocks?

### Enter SteemData.com
_[build_urls_from_mondodb.py](https://github.com/codewithcheese/steem-mentions/blob/master/build_urls_from_mondodb.py)_
After realizing that my method for iterating  through the blocks was too slow. I thought about using [SteemData.com](https://www.steemdata.com/) by [@furion](https://steemit.com/@furion). SteemData allows one to access blockchain data via MongoDB, MySQL and WebAPI. I noticed the MongoDB has a collection _Posts_ which contains every post. Perfect. All I needed to do then was iterate through every post, extract the URL's using a simple regex and then create a CSV, one line for each URL along with relevant values from the post.

### Author data
_[url_authors_from_mongodb.py](https://github.com/codewithcheese/steem-mentions/blob/master/url_authors_from_mongodb.py)_
Once I had the URL data, I could now build the Authors CSV by iterating each unique author in the URL's CSV and requesting the username from _Accounts_ collection in MongoDB. This gave me the reputation values, and the current Steem/SBD/SP balances.

### Time to analyze
_[Most mentioned websites.ipynb](https://github.com/codewithcheese/steem-mentions/blob/master/Most%20mentioned%20websites.ipynb)_
With the data at hand I fired up Jupyter Notebook. [Jupyter Notebook](http://jupyter.org/) is a tool for doing literal programming loved by data scientists. It allows you to mix markdown and code while maintaining the program state as you write block by block. This allows for easy experimentation with datasets. [Pandas](http://pandas.pydata.org/) is a fantastic python library for working with structured dataset such as CSV or Excel. It makes it really easy to load up a CSV and start slicing and dicing to produce to results you are looking for.

Have a look at the [notebook file](https://github.com/codewithcheese/steem-mentions/blob/master/Most%20mentioned%20websites.ipynb) GitHub to see how I got these results. GitHub displays them almost exactly as they appear when working on them. 

I start out by loading up the CSV's into a Pandas DataFrame's and then join the datasets using `pd.merge` to create a new `url_with_author_data` DataFrame. I then wrote a function to group that DataFrame allow with aggregations which provide the `stats` `num_authors` `total_reputation` `avg_reputation` `total_votes` `avg_votes`. Now I can group the data by URL's and domains and sort by one of the metrics to get the results you see in the tables above.

## What's next?



**Trends** what has become more or less popular over time.
**Tags** most popular sites in different categories (tags)
**Monthly** Show what new websites have become popular for the current month.

**Have your say** Let me know in the comments what you would like to see next!

___

<p align="center">
I'm an Australian entrepreneur currently in South Korea. I frequently travel between Australia, Bali, South East Asia and South Korea. I focus mainly on software based businesses and am excited by how social and business model innovation, blockchain tech and artificial intelligence are changing the world.
</p>
<p align="center">You can keep updated with what i am working on by following me on Steemit <a href="https://steemit.com/@codewithcheese">@codewithcheese</a><p>
<p align="center"><a href="https://steemit.com/@codewithcheese"><img src="https://i.imgur.com/vf0tSpn.jpg" /></a><p>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 182 others
properties (23)
authorcodewithcheese
permlinkmost-popular-websites-on-steem-analysis-of-the-steem-blockchain
categoryutopian-io
json_metadata"{"community":"utopian","app":"steemit/0.1","format":"markdown","repository":{"id":105375558,"name":"steem-mentions","full_name":"codewithcheese/steem-mentions","owner":{"login":"codewithcheese","id":989237,"avatar_url":"https://avatars1.githubusercontent.com/u/989237?v=4","gravatar_id":"","url":"https://api.github.com/users/codewithcheese","html_url":"https://github.com/codewithcheese","followers_url":"https://api.github.com/users/codewithcheese/followers","following_url":"https://api.github.com/users/codewithcheese/following{/other_user}","gists_url":"https://api.github.com/users/codewithcheese/gists{/gist_id}","starred_url":"https://api.github.com/users/codewithcheese/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/codewithcheese/subscriptions","organizations_url":"https://api.github.com/users/codewithcheese/orgs","repos_url":"https://api.github.com/users/codewithcheese/repos","events_url":"https://api.github.com/users/codewithcheese/events{/privacy}","received_events_url":"https://api.github.com/users/codewithcheese/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/codewithcheese/steem-mentions","description":"Scripts to analyze the most mentioned websites on the Steem blockchain","fork":false,"url":"https://api.github.com/repos/codewithcheese/steem-mentions","forks_url":"https://api.github.com/repos/codewithcheese/steem-mentions/forks","keys_url":"https://api.github.com/repos/codewithcheese/steem-mentions/keys{/key_id}","collaborators_url":"https://api.github.com/repos/codewithcheese/steem-mentions/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/codewithcheese/steem-mentions/teams","hooks_url":"https://api.github.com/repos/codewithcheese/steem-mentions/hooks","issue_events_url":"https://api.github.com/repos/codewithcheese/steem-mentions/issues/events{/number}","events_url":"https://api.github.com/repos/codewithcheese/steem-mentions/events","assignees_url":"https://api.github.com/repos/codewithcheese/steem-mentions/assignees{/user}","branches_url":"https://api.github.com/repos/codewithcheese/steem-mentions/branches{/branch}","tags_url":"https://api.github.com/repos/codewithcheese/steem-mentions/tags","blobs_url":"https://api.github.com/repos/codewithcheese/steem-mentions/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/codewithcheese/steem-mentions/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/codewithcheese/steem-mentions/git/refs{/sha}","trees_url":"https://api.github.com/repos/codewithcheese/steem-mentions/git/trees{/sha}","statuses_url":"https://api.github.com/repos/codewithcheese/steem-mentions/statuses/{sha}","languages_url":"https://api.github.com/repos/codewithcheese/steem-mentions/languages","stargazers_url":"https://api.github.com/repos/codewithcheese/steem-mentions/stargazers","contributors_url":"https://api.github.com/repos/codewithcheese/steem-mentions/contributors","subscribers_url":"https://api.github.com/repos/codewithcheese/steem-mentions/subscribers","subscription_url":"https://api.github.com/repos/codewithcheese/steem-mentions/subscription","commits_url":"https://api.github.com/repos/codewithcheese/steem-mentions/commits{/sha}","git_commits_url":"https://api.github.com/repos/codewithcheese/steem-mentions/git/commits{/sha}","comments_url":"https://api.github.com/repos/codewithcheese/steem-mentions/comments{/number}","issue_comment_url":"https://api.github.com/repos/codewithcheese/steem-mentions/issues/comments{/number}","contents_url":"https://api.github.com/repos/codewithcheese/steem-mentions/contents/{+path}","compare_url":"https://api.github.com/repos/codewithcheese/steem-mentions/compare/{base}...{head}","merges_url":"https://api.github.com/repos/codewithcheese/steem-mentions/merges","archive_url":"https://api.github.com/repos/codewithcheese/steem-mentions/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/codewithcheese/steem-mentions/downloads","issues_url":"https://api.github.com/repos/codewithcheese/steem-mentions/issues{/number}","pulls_url":"https://api.github.com/repos/codewithcheese/steem-mentions/pulls{/number}","milestones_url":"https://api.github.com/repos/codewithcheese/steem-mentions/milestones{/number}","notifications_url":"https://api.github.com/repos/codewithcheese/steem-mentions/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/codewithcheese/steem-mentions/labels{/name}","releases_url":"https://api.github.com/repos/codewithcheese/steem-mentions/releases{/id}","deployments_url":"https://api.github.com/repos/codewithcheese/steem-mentions/deployments","created_at":"2017-09-30T14:30:34Z","updated_at":"2017-09-30T14:46:55Z","pushed_at":"2017-10-01T13:29:29Z","git_url":"git://github.com/codewithcheese/steem-mentions.git","ssh_url":"git@github.com:codewithcheese/steem-mentions.git","clone_url":"https://github.com/codewithcheese/steem-mentions.git","svn_url":"https://github.com/codewithcheese/steem-mentions","homepage":"","size":106,"stargazers_count":0,"watchers_count":0,"language":"Jupyter Notebook","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":17.22077},"platform":"github","tags":["utopian-io","github-105375558","steem","steemdev","cryptocurrency"],"links":["https://github.com/codewithcheese/steem-mentions","http://utopian.io/","https://steemit.com/@elear","https://utopian.io/utopian-io/@elear/utopian-the-begin-of-a-new-shared-meritocratic-economy","https://github.com/codewithcheese/steem-mentions/blob/master/build_urls_from_steemd.py","https://github.com/steemit/steem-python","https://github.com/codewithcheese/steem-mentions/blob/master/build_urls_from_mondodb.py","https://www.steemdata.com/","https://steemit.com/@furion","https://github.com/codewithcheese/steem-mentions/blob/master/url_authors_from_mongodb.py","https://github.com/codewithcheese/steem-mentions/blob/master/Most%20mentioned%20websites.ipynb","http://jupyter.org/","http://pandas.pydata.org/","https://steemit.com/@codewithcheese"],"image":["https://i.imgur.com/uYAo9o2.jpg","https://i.imgur.com/vf0tSpn.jpg"]}"
created2017-10-04 18:47:21
last_update2017-10-04 18:57:48
depth0
children14
last_payout2017-10-11 18:47:21
cashout_time1969-12-31 23:59:59
total_payout_value109.274 HBD
curator_payout_value14.891 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46,904
author_reputation2,076,698,718,573
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id16,789,269
net_rshares50,674,786,727,202
author_curate_reward""
vote details (246)
@booster ·
<p>This post has received a 13.76 % upvote from @booster thanks to: @codewithcheese.</p>
👍  
properties (23)
authorbooster
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171006t202726348z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"drotto/0.0.2c"}
created2017-10-06 20:27:48
last_update2017-10-06 20:27:48
depth1
children0
last_payout2017-10-13 20:27:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation68,767,115,776,562
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,945,554
net_rshares0
author_curate_reward""
vote details (1)
@braxton101 ·
$0.03
Nothing like a large set of numbers to mouth water over.
👍  
properties (23)
authorbraxton101
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171004t185450790z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-04 18:54:51
last_update2017-10-04 18:54:51
depth1
children0
last_payout2017-10-11 18:54:51
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation5,211,856,126,324
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,789,820
net_rshares11,783,384,868
author_curate_reward""
vote details (1)
@elear · (edited)
$0.06
# Utopian.io Rewards Open Source Contributors via Steem. https://utopian.io

**Learn more:** https://steemit.com/utopian-io/@elear/utopian-the-begin-of-a-new-shared-meritocratic-economy

Thanks @codewithcheese for having used Utopian. You are the very first early adopter of the Utopian platform. You did an amazing job!
👍  , , ,
properties (23)
authorelear
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171004t185840217z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["codewithcheese"],"links":["https://utopian.io","https://steemit.com/utopian-io/@elear/utopian-the-begin-of-a-new-shared-meritocratic-economy"],"app":"steemit/0.1"}
created2017-10-04 18:58:39
last_update2017-10-04 19:47:33
depth1
children0
last_payout2017-10-11 18:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.061 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length320
author_reputation59,749,428,580,040
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,790,148
net_rshares25,036,050,310
author_curate_reward""
vote details (4)
@elpoliglota ·
I have a lot to learn too!
properties (22)
authorelpoliglota
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20180305t171548367z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-03-05 17:26:36
last_update2018-03-05 17:26:36
depth1
children0
last_payout2018-03-12 17:26:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation37,153,918,725,328
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,426,992
net_rshares0
@fiftyshadesofhey ·
Informative! Thanks.
properties (22)
authorfiftyshadesofhey
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171004t230255667z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-04 23:02:54
last_update2017-10-04 23:02:54
depth1
children0
last_payout2017-10-11 23:02:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation25,319,643,434
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,805,570
net_rshares0
@keensleigh ·
@codewithcheese This is amazing information! Thanks a lot for sharing...
properties (22)
authorkeensleigh
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171004t194651102z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["codewithcheese"],"app":"steemit/0.1"}
created2017-10-04 19:46:57
last_update2017-10-04 19:46:57
depth1
children0
last_payout2017-10-11 19:46:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation311,809,785,653
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,793,660
net_rshares0
@kkrajput ·
great info. ...... nd thank you so much bro.........
👍  
properties (23)
authorkkrajput
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171008t045401175z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-08 04:54:06
last_update2017-10-08 04:54:06
depth1
children0
last_payout2017-10-15 04:54:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation1,827,310,898
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,069,271
net_rshares777,591,657
author_curate_reward""
vote details (1)
@max1994 ·
great post
properties (22)
authormax1994
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171005t141505864z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-04 20:15:57
last_update2017-10-04 20:15:57
depth1
children0
last_payout2017-10-11 20:15:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation-416,650,960,659
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,795,674
net_rshares0
@nasrud ·
I do not understand using it. please advise and help
properties (22)
authornasrud
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171019t140811685z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-10-19 14:08:15
last_update2017-10-19 14:08:15
depth1
children0
last_payout2017-10-26 14:08:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation12,576,574,013,771
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,058,945
net_rshares0
@nutela ·
A bit late to the party but I see we can extract the title but first we should normalize the URL, now steemit.com and www.steemit.com are treated differently.

[Extracting the title](https://unix.stackexchange.com/questions/103252/how-do-i-get-a-websites-title-using-command-line)

`python -c "import bs4, urllib2; print bs4.BeautifulSoup(urllib2.urlopen('http://www.crummy.com/software/BeautifulSoup/bs4/doc/')).title.text"`
properties (22)
authornutela
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171030t192546270z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://unix.stackexchange.com/questions/103252/how-do-i-get-a-websites-title-using-command-line"],"app":"steemit/0.1"}
created2017-10-30 19:25:45
last_update2017-10-30 19:25:45
depth1
children0
last_payout2017-11-06 19:25:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length425
author_reputation12,740,113,194,550
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,005,864
net_rshares0
@palani ·
You light up the room. :) thank you for your work!
properties (22)
authorpalani
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171005t173919501z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-05 17:39:21
last_update2017-10-05 17:39:21
depth1
children0
last_payout2017-10-12 17:39:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation4,224,359,059,633
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,878,426
net_rshares0
@qanon1111 ·
Great Post 
https://steemitimages.com/DQmZ5ipkSwdXrsKnSSTPLFn6Symkv9yDJ11Uzy4SJQdZ9mC/U5dtA6MFVaF5kunZ6cGNkxVg1BuZoAQ.gif
properties (22)
authorqanon1111
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20180612t064502943z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"image":["https://steemitimages.com/DQmZ5ipkSwdXrsKnSSTPLFn6Symkv9yDJ11Uzy4SJQdZ9mC/U5dtA6MFVaF5kunZ6cGNkxVg1BuZoAQ.gif"],"app":"steemit/0.1"}
created2018-06-12 06:45:03
last_update2018-06-12 06:45:03
depth1
children0
last_payout2018-06-19 06:45:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation-285,251,107,573
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,406,134
net_rshares0
@rosatravels ·
New here and I have a lot to learn.  Thanks for this info.
properties (22)
authorrosatravels
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171020t045502752z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-10-20 04:55:03
last_update2017-10-20 04:55:03
depth1
children0
last_payout2017-10-27 04:55:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation422,827,447,688,168
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,108,924
net_rshares0
@rsakib17 ·
It was a very informative post. Great job by you.
properties (22)
authorrsakib17
permlinkre-codewithcheese-most-popular-websites-on-steem-analysis-of-the-steem-blockchain-20171004t211315539z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-10-04 21:13:18
last_update2017-10-04 21:13:18
depth1
children0
last_payout2017-10-11 21:13:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation13,887,297,276
root_title"🔝 Most popular websites on Steem: Analysis of the Steem Blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id16,799,573
net_rshares0