https://github.com/kevin8134/bus-tracking
This project is a real-time bus tracking system aimed at providing users with live bus locations and estimated arrival times. It integrates GPS for accurate tracking and offers a user-friendly interface for bus route updates
https://github.com/kevin8134/bus-tracking
asyncio python3 real-time requests-library-python
Last synced: 7 months ago
JSON representation
This project is a real-time bus tracking system aimed at providing users with live bus locations and estimated arrival times. It integrates GPS for accurate tracking and offers a user-friendly interface for bus route updates
- Host: GitHub
- URL: https://github.com/kevin8134/bus-tracking
- Owner: Kevin8134
- Created: 2024-09-16T19:09:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T07:43:06.000Z (about 1 year ago)
- Last Synced: 2024-10-18T13:13:57.865Z (about 1 year ago)
- Topics: asyncio, python3, real-time, requests-library-python
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Bus Tracking System
本程式為使用python模擬多使用者根據所需設定公車路線及站牌,並發出通知提醒公車即將到站
This project is a real-time bus tracking system aimed at providing users with live bus locations and estimated arrival times. It integrates GPS for accurate tracking and offers a user-friendly interface for bus route updates
**Key Features**:
* Real-time tracking with map integration
* Notifications for estimated arrival
* Multi-route support
* Technologies Used: Python, Python requests, asyncio, and Taipet bus api
**Installation**:
* Clone the repo
* Run ```pip install -r requirements.txt```
* Start the server using ```python main.py```