https://github.com/tylpk1216/gobus
GoBus 是一個提醒公車到站的小工具,只要設定好資料,便可以顯示公車還有多久會來
https://github.com/tylpk1216/gobus
python tool wxpython wxwidgets
Last synced: 11 months ago
JSON representation
GoBus 是一個提醒公車到站的小工具,只要設定好資料,便可以顯示公車還有多久會來
- Host: GitHub
- URL: https://github.com/tylpk1216/gobus
- Owner: tylpk1216
- License: mit
- Created: 2018-12-20T06:49:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T13:18:52.000Z (over 6 years ago)
- Last Synced: 2025-01-26T06:28:18.831Z (about 1 year ago)
- Topics: python, tool, wxpython, wxwidgets
- Language: Python
- Homepage:
- Size: 20.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoBus
```
GoBus 是一個提醒公車來了沒有的小工具,只要設定好資料,便可以顯示公車還有多久會來
```
## 適用範圍
```
1. 大台北地區
2. 資料來源: 5284
```
## 如何使用
```
1. 去 5284 找出想要搭乘的路線,e.g. http://pda.5284.com.tw/MQS/businfo2.jsp?routename=930
2. 在瀏覽器中選擇觀看網頁原始檔
3. 依序複製紅框處 2 行字串,第 2 個字串前後需包含 "<" and ">"
```

```
4. 將相關資訊儲存於 GoBus.json
5. 如果是想要提醒公車來了,該下班了,可以設定工作排程器,每天固定時間提醒
```
## 執行畫面

## 使用語言
```
Python
```
## 額外模組
```
1. wxPython
2. requests
```