Skip to content

Instantly share code, notes, and snippets.

View takimo's full-sized avatar

takimo(Shinya Takimoto) takimo

View GitHub Profile
@takimo
takimo / get_error_report_by_casper.js
Last active December 24, 2015 15:29
HubotでAndroidのクラッシュレポート(GooglePlay)をIRCのチャンネルに通知するスクリプト
/*
* @name get_error_report_by_casper.js
* @description GooglePlayStoreからクラッシュレポートを取得するcasper用のスクリプト
* @example
* casperjs ./scripts/get_error_report_by_casper.js --dev_acc="casper_cli_bug_prefix-04467794333284148" --app=example.com --email=test@example.com --password=hogefuga
*/
var casper = require('casper').create({
pageSettings: {
javascriptEnabled: true