https://github.com/max32002/maxurbtixbusybot
redirect to www.urbtix.hk
https://github.com/max32002/maxurbtixbusybot
Last synced: 12 months ago
JSON representation
redirect to www.urbtix.hk
- Host: GitHub
- URL: https://github.com/max32002/maxurbtixbusybot
- Owner: max32002
- Created: 2019-05-22T19:49:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T20:08:47.000Z (about 7 years ago)
- Last Synced: 2025-04-23T10:56:06.205Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaxUrbtixBusyBot
use selenium to redirect to www.urbtix.hk
遇到網址是 busy.urbtix.hk 或 msg.urbtix.hk 改連到 www.urbtix.hk。
* Scroll down for English documentation.
# 需要的套件:
pip install selenium
而且你需要下載 chromedriver
# 執行方式:
python max_urbtix_busy.py
或
python3 max_urbtix_busy.py
附註:沒有寫的很好,很多地方應該可以模組化。
# 詳細介紹:
Selenium 使用 Chrome 瀏覽器 webdriver
https://stackoverflow.max-everyday.com/2018/03/selenium-chrome-webdriver/
# 影片示範:
https://www.youtube.com/watch?v=RQ2Zr3VadbI
[](http://www.youtube.com/watch?v=RQ2Zr3VadbI)
----
# requirement:
pip install selenium
and you need download chromedriver
# command:
python max_urbtix_busy.py
或
python3 max_urbtix_busy.py