/icecast-logs-parser

icecast Logs Parser

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Icecast Logs Parser

Icecast Logs Parser is a Python script designed for read and insert into a DB all the access log lines, with some bussines rules on mind.

Requirements

sudo apt-get install libmysqlclient-dev

If you test locally: sudo apt-get install mysql-server

sudo pip install -r requirements.txt

Centos 7 installation

yum install python-devel python-pip mariadb-devel GeoIP