Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
/ ulbuss Public archive

CLI tool for retrieving UL bus time-schedules

Notifications You must be signed in to change notification settings

klippo/ulbuss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements: requests 1.2.3+ (pip install requests)

Usage: ./getBus.py [ options ]

Options: -[lgfh] [ --list ] [ --help ] [ --get stationName ] [ --fetch ]

   --list (-l short option)
         Lists all fetched stations.

   --help (-h short option)
         Shows this screen.

   --station stationName (-s short option)
         Gets the current timetable for stationName provided.
         Multiple stations can be entered, dividing using |

         Optional: 

         --time HHMM (-t short option) 
                Gets the current timetable for the specified time.

   --fetch (-f short option)
         Fetches all UL stations with ID between 700001 and 700611 and
         adds them to stations.txt. This file is used when getting a timetable without
         hammering their server.

About

CLI tool for retrieving UL bus time-schedules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages