Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 426 Bytes

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