This repository is for the terminal (CLI) version of the Boyd Bot.
This is how the bot started out, and is basically a stripped-down version of the Flask version without needing any external services.
Usage
You can install this as a package from PyPI and use the special command boyd_bot
.
$ pip install boyd_bot_glasgow
$ boyd_bot -h
You can also clone this repository and install it or run the script.
$ git clone https://github.com/ineshbose/boyd_bot_terminal
$ cd boyd_bot_terminal
$ python setup.py install # if you want to install
$ python boyd_bot # if you want to run script
Changing for your University
Does your university offer a(n) .ics
file for students? Make changes in timetable.py
to link the URL and also distribute it as a package by renaming it to boyd_bot_XXXXX
where XXXXX
can be your university name.
Note
I understand that sometimes the code is not comprehensible and this might be due to added features or converting this into a package. Therefore, it would be great to go through the commit history and understand the program. I feel this tree will be easier to understand. Good luck!