A remake of the chs-tonight website that seems to no longer be maintained. The original site was written in React. This remake is powered by Python and Flask.
This project is more of a learning experience than anything else. There are most likely more elegant ways of gathering this information. As such, this project's code will be constantly updated as I learn more about the technologies being used.
If you wish to run your own instance of this site remember to install all requirements with the following command:
pip install -r requirements.txt
In order to run the flask instance run the following commands:
export FLASK_APP=hello.py
flask run
or
python hello.py
set FLASK_APP=hello.py
flask run
or
python hello.py
A current list of venues that are being tracked for events:
- Gaillard
- Home Team Downtown
- Home Team West Ashley
- Music Farm Charleston
- Music Hall
- Pour House
- Royal American
- Sparrow
- Theatre 99
- Tin Roof
- Wind Jammer
- Woolfe Street
If you have any suggestions/requests, feel free to message me.