Gestion des logs IRC de l'AFPy
Go to file
Mindiell 7aba53e1e6 fix: default ENV value for config file 2023-07-23 14:24:38 +02:00
static fix: moved CSS and JS in files. #1 2023-07-23 14:24:10 +02:00
.gitignore fix: Application can use a specific config file based on environment variable 2021-01-27 12:17:49 +01:00
README.md Update IRC network 2021-06-17 16:17:22 +02:00
app.py FIX: Avoid crashing when a non-log file is found. 2021-05-01 17:09:42 +02:00
config.py fix: default ENV value for config file 2023-07-23 14:24:38 +02:00
requirements.txt Missing requirement 2021-05-01 17:09:42 +02:00
template.html fix: moved CSS and JS in files. #1 2023-07-23 14:24:10 +02:00

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