An open API service indexing awesome lists of open source software.

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

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```