<?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>VéloFille &#187; shell</title>
	<atom:link href="http://velofille.com/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://velofille.com</link>
	<description>Blog of Liz Awesome Quilty</description>
	<lastBuildDate>Fri, 16 Dec 2011 01:31:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>hacking tweetwall voting with wget and shell scripting</title>
		<link>http://velofille.com/2009/07/03/hacking-tweetwall-voting-with-wget-and-shell-scripting/</link>
		<comments>http://velofille.com/2009/07/03/hacking-tweetwall-voting-with-wget-and-shell-scripting/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 00:19:27 +0000</pubDate>
		<dc:creator>Liz Quilty</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tweeterwall]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://velofille.com/?p=494</guid>
		<description><![CDATA[#!/bin/bash # copious amount of useless comments 3 pages longer than the code should always be at the top of any shell script # This is so you can run screen and vote for some person lots without looking like some automated voting system # Feel free to use this, but please keep my name/website [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvelofille.com%2F2009%2F07%2F03%2Fhacking-tweetwall-voting-with-wget-and-shell-scripting%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvelofille.com%2F2009%2F07%2F03%2Fhacking-tweetwall-voting-with-wget-and-shell-scripting%2F&amp;source=velofille&amp;style=normal&amp;service=ow.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><code>#!/bin/bash<br />
# copious amount of useless comments 3 pages longer than the code should always be at the top of any shell script<br />
# This is so you can run screen and vote for some person lots without looking like some automated voting system<br />
# Feel free to use this, but please keep my name/website etc on it (need the fame ya know)<br />
# I'm not gonna walk you through it, if you dont understand it then dont use it<br />
# Yes im sure you could do better!<br />
# Don't forget to edit it<br />
# Written by Liz Quilty http://velofille.com<br />
</code><br />
<code>RAND=`dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" " |cut -c1-4`<br />
if [ $RAND -lt 1200 ]; then RAND_SLEEP=$(($RAND+200)) ; else RAND_SLEEP=$RAND;fi</code></p>
<p><code>while [ 1 ] ; do<br />
        # the below line wgets the link the 12345 is the users number and the 45 is country number (view web page for these) - Edit this line to reflect user/url<br />
        wget --referer=http://tweeterwall.mallplace.com/tw/new-zealand/top-something-url -U Mozilla http://tweeterwall.mallplace.com/tw/vote/12345/45<br />
        sleep $RAND_SLEEP # sleep for random time before voting again<br />
done </code></p>
<div class="plus-one-wrap"><g:plusone href="http://velofille.com/2009/07/03/hacking-tweetwall-voting-with-wget-and-shell-scripting/"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://velofille.com/2009/07/03/hacking-tweetwall-voting-with-wget-and-shell-scripting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

