Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 10th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Scripted Browser Scapper
  2. nodeio = require "node.io"
  3.  
  4. nodeio.scrape ->
  5.  
  6.     @post "http://localhost/auth/login", {
  7.         username: "username"
  8.         password: "password"
  9.     }, ->
  10.  
  11.         console.log "=====After Login====="
  12.        
  13. OK: Job complete