|
||
---|---|---|
static | ||
.gitignore | ||
README.md | ||
app.py | ||
config.py | ||
requirements.txt | ||
template.html |
README.md
AfpyLogs
Web view of IRC logs from #afpy channel on Libera.
Installing
pip install -r requirements.txt
Running
gunicorn --workers 2 --bind 0.0.0.0:8000 app