AfpyLogs/README.md

15 lines
204 B
Markdown
Raw Permalink Normal View History

2020-11-19 07:39:46 +00:00
# AfpyLogs
2021-06-17 14:17:22 +00:00
Web view of IRC logs from #afpy channel on [Libera](https://libera.chat/).
2020-11-19 07:39:46 +00:00
## Installing
2020-12-17 07:49:07 +00:00
pip install -r requirements.txt
2020-11-19 07:39:46 +00:00
## Running
2020-12-17 07:49:07 +00:00
gunicorn --workers 2 --bind 0.0.0.0:8000 app
2019-12-18 14:55:08 +00:00