jeffreytgilbert / MarlinMoxie

Nonsense project to crawl a page and submit formulas to beat a bot challenge, hosted by greenfork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To install crawler and get it to run, you need to install nodejs first. Instructions are available at nodejs.org and you'll want to install the stable one not the beta one.

Next, you'll need to install phantomjs (the headless browser) so the crawler can crawl. do this by typing: npm install phantomjs -g

Next you'll need to install all the other "node stuff" that this project needs to run. Just run the following command: npm install

Lastly, you'll want to run the crawler. To do so, run the following: phantomjs index.js

About

Nonsense project to crawl a page and submit formulas to beat a bot challenge, hosted by greenfork


Languages

Language:JavaScript 100.0%