Get instant notification of your payment history
获得你的金融一卡通消费记录和通知,并支持 Pushbullet 推送至移动设备
- Signup into Pushbullet and create API key
- Configure your own
config.json
- Run
gem install bundler
if bundler is not installed on your system - Run
bundle install
to install required gems ruby run.rb
orchmod +x run.rb && ./run.rb
- Setup with this script with crontab or daemonized it, whatever you like
- Checkout notifications on your devices
- 推送当日交易消费记录 Get today payment history
OPTIONS = { 'export_format': 'none', 'run_mode': RUN_MODE_DAEMON }
- 获取某个日期之间的历史记录 Get the payment history from specific range of date
OPTIONS = { 'export_format': 'csv', 'run_mode': RUN_MODE_HISTORY, 'start_date': 'YYYYMMDD', 'end_date': 'YYYYMMDD' }
- 校园卡查询系统 - http://172.31.7.16