<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Scrape Twitter Followers	</title>
	<atom:link href="https://webrobots.io/scrape-twitter-followers/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrobots.io/scrape-twitter-followers/</link>
	<description>We do web scraping service better!</description>
	<lastBuildDate>Mon, 04 Mar 2019 14:22:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: andreas		</title>
		<link>https://webrobots.io/scrape-twitter-followers/#comment-308</link>

		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Thu, 01 Mar 2018 15:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://webrobots.io/?p=5257#comment-308</guid>

					<description><![CDATA[Great tool :-)
Is there a way to extend this scraper in order to automatically get &quot;followers of followers&quot;?
I would like to generate ego-networks starting from one account (=start URL) and including this accounts followers and their followers and so on (up to a predefined number of steps).
The output should then also include a collumn for the user currently in focus (in order to reconstruct the social network).]]></description>
			<content:encoded><![CDATA[<p>Great tool :-)<br />
Is there a way to extend this scraper in order to automatically get &#8220;followers of followers&#8221;?<br />
I would like to generate ego-networks starting from one account (=start URL) and including this accounts followers and their followers and so on (up to a predefined number of steps).<br />
The output should then also include a collumn for the user currently in focus (in order to reconstruct the social network).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nicerobot		</title>
		<link>https://webrobots.io/scrape-twitter-followers/#comment-98</link>

		<dc:creator><![CDATA[nicerobot]]></dc:creator>
		<pubDate>Tue, 29 Dec 2015 15:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://webrobots.io/?p=5257#comment-98</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://webrobots.io/scrape-twitter-followers/#comment-96&quot;&gt;robin&lt;/a&gt;.

It may be flaky depending on how responsive Twitter&#039;s infinite scroll data loading is.

You may want to play with variables on these two lines:
if (bottomCount &lt; 5) { &lt;-- increase from 5 to let&#039;s say 10
setTimeout(done, 1000); &lt;-- change 1000 to 3000]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://webrobots.io/scrape-twitter-followers/#comment-96">robin</a>.</p>
<p>It may be flaky depending on how responsive Twitter&#8217;s infinite scroll data loading is.</p>
<p>You may want to play with variables on these two lines:<br />
if (bottomCount < 5) { <-- increase from 5 to let's say 10
setTimeout(done, 1000); <-- change 1000 to 3000
</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: robin		</title>
		<link>https://webrobots.io/scrape-twitter-followers/#comment-96</link>

		<dc:creator><![CDATA[robin]]></dc:creator>
		<pubDate>Tue, 22 Dec 2015 00:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://webrobots.io/?p=5257#comment-96</guid>

					<description><![CDATA[This works, but only outputs 6 followers out of 10k. What is wrong]]></description>
			<content:encoded><![CDATA[<p>This works, but only outputs 6 followers out of 10k. What is wrong</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nicerobot		</title>
		<link>https://webrobots.io/scrape-twitter-followers/#comment-90</link>

		<dc:creator><![CDATA[nicerobot]]></dc:creator>
		<pubDate>Thu, 03 Dec 2015 13:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://webrobots.io/?p=5257#comment-90</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://webrobots.io/scrape-twitter-followers/#comment-77&quot;&gt;michael&lt;/a&gt;.

Someone was playing around with the robot code. Remember, it is public - anyone can use it.
Robot works now - I just ran it on your link. Result with about 2.5k followers is here: http://portal.webrobots.io/runs/twitter_followers_2015-12-03T13_50_01_993Z

Web Robots Team]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://webrobots.io/scrape-twitter-followers/#comment-77">michael</a>.</p>
<p>Someone was playing around with the robot code. Remember, it is public &#8211; anyone can use it.<br />
Robot works now &#8211; I just ran it on your link. Result with about 2.5k followers is here: <a href="http://portal.webrobots.io/runs/twitter_followers_2015-12-03T13_50_01_993Z" rel="nofollow ugc">http://portal.webrobots.io/runs/twitter_followers_2015-12-03T13_50_01_993Z</a></p>
<p>Web Robots Team</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: michael		</title>
		<link>https://webrobots.io/scrape-twitter-followers/#comment-77</link>

		<dc:creator><![CDATA[michael]]></dc:creator>
		<pubDate>Mon, 02 Nov 2015 20:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://webrobots.io/?p=5257#comment-77</guid>

					<description><![CDATA[Hi there,

it does not work for me, it opens a new window.

Log:

2015-11-02T20:55:53.833Z UI:   INFO: next: execute: steps.start();
2015-11-02T20:55:53.834Z UI:   INFO: next: openUrl: https://twitter.com/showpad/followers
2015-11-02T20:55:53.837Z UI:   INFO: Run started: twitter_followers_2015-11-02T20_55_53_833Z
2015-11-02T20:55:54.081Z UI:   DEBUG: Run save ok: undefined
2015-11-02T20:55:54.084Z UI:   DEBUG: Run status sent ok: [object Object]
2015-11-02T20:56:03.948Z UI:   DEBUG: Run status sent ok: undefined


Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>it does not work for me, it opens a new window.</p>
<p>Log:</p>
<p>2015-11-02T20:55:53.833Z UI:   INFO: next: execute: steps.start();<br />
2015-11-02T20:55:53.834Z UI:   INFO: next: openUrl: <a href="https://twitter.com/showpad/followers" rel="nofollow ugc">https://twitter.com/showpad/followers</a><br />
2015-11-02T20:55:53.837Z UI:   INFO: Run started: twitter_followers_2015-11-02T20_55_53_833Z<br />
2015-11-02T20:55:54.081Z UI:   DEBUG: Run save ok: undefined<br />
2015-11-02T20:55:54.084Z UI:   DEBUG: Run status sent ok: [object Object]<br />
2015-11-02T20:56:03.948Z UI:   DEBUG: Run status sent ok: undefined</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 19/28 queries in 0.021 seconds using Disk

Served from: webrobots.io @ 2026-05-09 20:33:43 by W3 Total Cache
-->