Skip to content

Notifies people who live at the Gamecock Village when the bus is near

License

Notifications You must be signed in to change notification settings

tylerbro93/Village-Bus-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Village Bus Alerter Creator

This project helps residents who live at the Gamecock Village be notified when the campus bus is in range of the apartment complex. The user has a choice of manually updating the bus times by hitting the [Check Bus Times]. In order to track the bus and be alerted when the bus is less than 5 minutes away just hit [Start Tracking Buses]. This will cause the system to continue track all buses going to the apartment complex until the user hits [Stop Tracking].

Setup

Dependencies

    pip3 install beautifulsoup4
or
    pip install beautifulsoup4

If you do not have pip3 installed then follow this simple guide by Artur Spirin

Downloading the Program

To download the program click Download on the GitHub Page.

Running the Program

After the program is downloaded then unzip it and run "White Bus Tracker GUI.py"(WITHOUT THE QUOTES). This will provide an easy to use interface for the tracker.

USE TUTORIAL

To get an instant update on all bus locations:

  • click: [Check Bus Times] To begin tracking of the buses and be alerted when a bus is within 5 minutes from your location:
  • click: [Start Tracking Buses] To stop tracking:
  • click: [Stop Tracking]

About Structure

"White Bus Tracker GUI.py" uses "White Bus Tracker.py" Classes and "White Bus Tracker GUI.py" only creates a GUI Representation from "White Bus Tracker.py". "White Bus Tracker.py" main purpose is to parse the webpage data and be used as an API.

Author

License

The Village Bus Alerter is created under the MIT License

NOTES

  • This project can be modified and used for free
  • Give credit if used

About

Notifies people who live at the Gamecock Village when the bus is near

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages