This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This casperjs script return balance and statement from bank "Credit Agricole of Languedoc (France)" for a given account. | |
* May work with other agencies | |
* | |
* Usage: | |
* | |
* $ casperjs credit-agricole.js --auth=12345678912:123456 | |
* $ casperjs credit-agricole.js --auth=12345678912:123456 --account=12345678912 | |
* $ casperjs credit-agricole.js --auth=12345678912:123456 --account=12345678912 --json | |
* $ casperjs credit-agricole.js http://www.ca-languedoc.fr/ --auth=12345678912:123456 --account=12345678912 --json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This casper scipt checks for 404 internal links for a given root url. | |
* | |
* Usage: | |
* | |
* $ casperjs 404checker.js http://mysite.tld/ | |
* $ casperjs 404checker.js http://mysite.tld/ --max-depth=42 | |
*/ | |
/*global URI*/ |