I hereby claim:
- I am keithporcaro on github.
- I am keithporcaro (https://keybase.io/keithporcaro) on keybase.
- I have a public key ASBsYmmVaKkYm4pJllyd5sqx4VRKv8MTiscbgIi04CJt5wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var casper = require('casper').create( | |
| url = 'https://twitter.com/jaspermid/lists/open-data', //this will monitor a list or a user. | |
| interval = 1000 | |
| ); | |
| casper.start(url); | |
| casper.then(function(){ | |
| if(this.exists('.tweet')){ | |
| console.log("ok, we're good"); |