get rick asteley on MTV

Discuss anything and everything else you want to here.
Post Reply
vesuvan
Revenent of the Replies
Posts: 337
Joined: Tue Jan 15, 2008 12:29 pm

get rick asteley on MTV

Post by vesuvan » Wed Sep 10, 2008 3:09 pm

Just install python, save the following as rick.py, and execute.

Code: Select all

#!/usr/bin/env python
import urllib2
import urllib

num = 100 # The number of times to iterate

params = {}
params['fields[category]'] = 'Best Act Ever'
params['fields[artist]'] = 'Rick Astley'
params['action[suggestions]'] = 'Vote'
params = urllib.urlencode(params)

for x in range(num):
print "Running iteration #%s" % x
req = urllib2.Request(url='<http://ema.mtv.co.uk/vote/#!>', data=params)
urllib2.urlopen(req)
͎̟͕͎̯̺͎̟͕͎̯̺ĩ̵̢͉̺̹͖͔̻̣̟̙ͦ̋̍ͤ̈́ͫ̓͐͐̅͊͒ͪͬͧͅn̢̮͈̪̤̳̏ͥ̐̍̌͊͜͟͠
̵̢͉̺̹͖͔̻̣̟̙ͦ̋̍ͤ̈́ͫ̓͐͐̅͊͒ͪͬͧͅn̢̮͈̪̤̳̏ͥ̐̍̌͊͜͟͠

User avatar
Vigor
CAPS LOCK INCARNATE
Posts: 87
Joined: Sun Aug 24, 2008 2:05 pm
Location: The Netherlands

Re: get rick asteley on MTV

Post by Vigor » Wed Sep 10, 2008 3:33 pm

Why should we install something to watch a video. What's wrong with youtube?
ImageImageImageImageImageImageImage
Moi Adore - Beaux - Sjiq - Ojaques - Guy - Threetron - Nollop

User avatar
Hell_Tempest
Grandmaster of Grammar
Posts: 1291
Joined: Tue Jan 15, 2008 3:31 pm
Location: Over there...you know, right there...

Re: get rick asteley on MTV

Post by Hell_Tempest » Wed Sep 10, 2008 4:32 pm

Not to watch a video, but to rick roll everyone who watches MTV. It's a vote.
Image

Post Reply

Return to “Off Topic Forum”