Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Pythonで始めるお手軽ダイエット

 Pythonで始めるお手軽ダイエット

2019.3.16
Shingen.py #3 LT

Yuuki Shimizu

March 16, 2019
Tweet

More Decks by Yuuki Shimizu

Other Decks in Programming

Transcript

  1. Google Fitness store 9 REST API 80kg 痩せる気あるの? .py Slack

    ① ①毎朝 体重を測る  (アプリで Google Fit と同期) ②GitLab CI が Pythonコードを  毎日定期実行 ③Fit REST API で体重データを取得 ④Matplotlibで折れ線グラフを作成し、  S3 にアップ ⑤Slack に結果を書き込み ⑥結果をメンバーが見て 応援する ② ③ ④ ⑤ ⑥
  2. 役に立ったもの • Google APIs Explorer ◦ https://developers.google.com/apis-explorer/ ◦ Google Fit

    REST API を試せる ◦ 面倒な OAuth を気にせず実行できる • Jupyter Notebook 12