<?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>Gadratil Programming &#187; proxy</title>
	<atom:link href="http://www.gadratilprogramming.net/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gadratilprogramming.net</link>
	<description>Re-imagine the small things</description>
	<lastBuildDate>Fri, 13 Mar 2026 16:50:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Page view generator</title>
		<link>http://www.gadratilprogramming.net/page-view-generator/</link>
		<comments>http://www.gadratilprogramming.net/page-view-generator/#comments</comments>
		<pubDate>Mon, 13 Jul 2020 06:55:23 +0000</pubDate>
		<dc:creator><![CDATA[Gadratil]]></dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[page view generator]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.gadratilprogramming.net/?p=377</guid>
		<description><![CDATA[As I have a website, I started to check out google ads and how they work. I was also curious if there was a way to generate views on a page. So this curiosity led me to write my own page view generator. First of all, I needed a way to simulate real life user [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As I have a website, I started to check out google ads and how they work. I was also curious if there was a way to generate views on a page. So this curiosity led me to write my own page view generator.</p>
<p>First of all, I needed a way to simulate real life user interaction with a website. For this, you need a browser. My first choice was <a href="https://phantomjs.org/" target="_blank">PhantomJs </a>but it turned out to be difficult to work with. After a lot of research, I finally stayed with headless chrome.</p>
<p>So now, that I had a browser, I needed to simulate user interaction. Also, I wanted the views to be from different parts of the world, not just from one IP address, so for that I needed to somehow use proxy&#8217;s. I found a way to either use a proxy from a file, or always load the latest proxy list from an online source.</p>
<p>https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list.txt</p>
<p>After I had the proxy&#8217;s, I needed the interaction to seem random, so I randomized the browser headers, the links the bot followed and the length of time it stayed on a page.</p>
<p>Finally I had a running script that could generate 200+ views.</p>
<p>My first page view generator was ready and tested. You can find technical information in the README of the project.</p>
<p>Here is the code for those who are eager to give it a try:</p>
<p><a href="https://gitlab.com/Gadratil/pvg" target="_blank">https://gitlab.com/Gadratil/pvg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gadratilprogramming.net/page-view-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
