akonwi / ghc_db_scrape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make sure PhantomJS and CoffeeScript are installed. They can be installed with:

brew install phantomjs

npm install -g coffee-script

Setup

  1. npm install
  2. create a json file named auth.json to store login credentials. Example:
{
  "username": "akonwi",
  "password": "pa$$word"
}
  1. run npm start
  2. A file named attendees.json will be created as a result

About


Languages

Language:CoffeeScript 100.0%