Skip to content

gustavojardim/bus_time_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus departure time via Telegram

Telegram bot programmed in Python to search for the next depertature time of a particular bus line on a bus company site.

Setup guide

Clone this repo inside the folder you desire

Install pipenv with the following in the command line

pip install pipenv

Once you have installed pipenv, enter the repo folder and run

pipenv shell # This command creates a python virtual environment
pipenv install # This command shall install all the dependencies from Pipfile

If pipenv install fails to install the dependencies, do the following

pipenv lock
pipenv install

The upper commands will updated the Pipfile.lock with the dependencies from Pipfile, and then install the dependencies described in the .lock file.

About

Python Script to search for the next hour of a bus in the company site and send me via Telegram Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages