Skip to content

Instantly share code, notes, and snippets.

@ilessy
Created September 10, 2013 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilessy/6506141 to your computer and use it in GitHub Desktop.
Save ilessy/6506141 to your computer and use it in GitHub Desktop.
#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