一些TaiwanBus跟YouBikePython的腳本
Termux 設定
yes "" | pkg upgrade
pkg install git python python-pip
複製儲存庫+cd
git clone https://github.com/AvianJay/TaiwanBus-Utils.git
cd TaiwanBus-Utils
安裝依賴庫
pip install -r requirements.txt
更新公車資料庫
taiwanbus updatedb
執行下列指令來取得幫助:
termux-notify.py: 公車提醒
python termux-notify.py -h
termux-youbike.py: YouBike剩餘站點提醒
python termux-youbike.py -h
unzlib.py: zlib資料解壓工具
python unzlib.py -h
apiserver.py: TaiwanBus的API伺服器
discord.py: 還未完成