Created
September 10, 2013 07:37
-
-
Save ilessy/6506141 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#phantomjs万达员工歌唱比赛刷票程序 by Lessy@镇江万达百货 | |
var page = require('webpage').create(); | |
setInterval(function() { | |
page.open('http://k.dagexing.com/music/a82352841555', function (status) { | |
page.open('http://k.dagexing.com/songaction?siid=a82352841555&version=1&action=5', function (status) { | |
page.clearCookies(); | |
}); | |
}); }, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment