ccclin / gae_esun

crawler ESun JPY and send mail with GAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler ESun JPY and Send Mail with GAE

Setup

  • setup your email on app.yaml
  • create GAE project
  • install gcloud SDK

Deploy

$ gcloud app deploy app.yaml cron.yaml queue.yaml

Setup the Default Expected

$ curl -X POST -H 'Content-Type: application/json' -d '{"expected": 0.28}' "https://<YOUR_GAE_PROJECT>.appspot.com/send"

About

crawler ESun JPY and send mail with GAE

License:GNU General Public License v3.0


Languages

Language:Go 98.0%Language:Makefile 2.0%