Change in automation?

This forum is for discussions related to the Runaway Robot puzzle
Post Reply
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Change in automation?

Post by DaymItzJack »

I can't get the automation to work for sending/getting the pages.

I'm simply trying to do:

Code: Select all

import urllib2

data = urllib2.urlopen("'http://www.hacker.org/runaway/index.php?username=DaymItzJack&spw=1...1").read()
and it'll only return level 0, no matter if I include gotolevel or not. Has anything changed recently?
virus171
Posts: 4
Joined: Sat Jul 10, 2010 1:54 pm
Location: Australia

Post by virus171 »

when submitting your data, its "name=..." not "username=..."
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Post by DaymItzJack »

God, sometimes it's the stupid things that hinder us from working lol.
Post Reply