TTHK REST API to get changes, consultations and etc. in GET requests. Routes can be seen there.
pip install -r requirements.txt
pytest tests.py
gunicorn app:app
- Python 3.9
- Flask
- Flask-CORS
- Flask-RESTful
- BeautifulSoup4
- Gunicorn
- Requests
TTHK REST API to get changes, consultations and etc. in GET requests. Routes can be seen there.
pip install -r requirements.txt
pytest tests.py
gunicorn app:app