https://github.com/nating/scss-glassrooms
📖 A Flask application for booking Glass Rooms in Trinity College Dublin.
https://github.com/nating/scss-glassrooms
flask trinity-college-dublin
Last synced: 4 months ago
JSON representation
📖 A Flask application for booking Glass Rooms in Trinity College Dublin.
- Host: GitHub
- URL: https://github.com/nating/scss-glassrooms
- Owner: nating
- License: mit
- Created: 2018-09-26T14:11:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T14:18:18.000Z (over 7 years ago)
- Last Synced: 2025-04-24T03:05:04.862Z (about 1 year ago)
- Topics: flask, trinity-college-dublin
- Language: JavaScript
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scss-glassrooms
📖 A Flask application for booking Glass Rooms in Trinity College Dublin.
## Overview
View the timetable for Glass Rooms in a nicer interface than can be found at https://www.scss.tcd.ie/cgi-bin/webcal/sgmr/sgmr1.pl.
## Usage
Clone the repository:
```sh
git clone https://github.com/nating/scss-glassrooms
cd scss-glassrooms
```
Add your SCSS credentials to 'config.py' (it won't work for just anybody x):
```py
USERNAME = 'my_username'
PASSWORD = 'my_password'
```
Install Flask if you don't have it:
```sh
pip install flask
```
Start the engine:
```sh
python app.py
```