A bot to help with requests to add software installations to the EESSI software layer
GitHub App implemented in eessi_bot_software_layer.py
Script to start app: run.sh
Requires:
- Python 3
- Flask: lightweight WSGI web application framework
- PyGitHub: Python library to use GitHub API v3
- Waitress: production-quality pure-Python WSGI server
pip3 install --user Flask PyGitHub Waitress