/YowaBusBot

陽和病院周辺のバス停にあと何分でバスが来るか教えてくれるLineBot

Primary LanguagePHPApache License 2.0Apache-2.0

陽和バスBot

陽和病院周辺のバス停にあと何分でバスが来るか教えてくれるLineBotです。
ぜひ友達追加してご利用ください!

友だち追加

ScreenShot

f:id:freqmodu874:20170524001855p:plain f:id:freqmodu874:20170524001901p:plain f:id:freqmodu874:20170524001857p:plain

機能

  • バス停にあと何分でバスがくるか、GPSのリアルタイム接近情報を表示します。
  • アラームを設定すれば、到着5分前・10分前に通知がきます。

使用できるバス停は以下の4つです。

  1. 大泉二丁目 → 成増駅
  2. 大泉二丁目 → 石神井公園駅
  3. 大泉町四丁目 → 和光市駅
  4. 大泉町四丁目・大泉桜高校 → 大泉学園駅

ロジック

①ボタン「バス今どこ?」をタップした場合

qr-code

②ボタン「到着5分前アラーム」「到着10分前アラーム」をタップした場合

qr-code

なんでこんな実装なの?

GASのエディタはケアレスミスしまくりで、僕には使いにくい。
ただ、SSL証明書を買うお金をケチリたいのでwebhookはGASで受けなければならない。
そこで、それ以外の処理はPHPの勉強がてらPHPで行うことにした。

License

Copyright 2017 Hiroyuki Tamura.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.