- Python 3.8 +, virtualenv
- Packages from
requirements.txt
- Bbox for queries limiting ( use https://bboxfinder.com )
- Database and initial tables from
migrations/*.sql
- Clone
git clone https://github.com/lenisko/pogometrics.git && cd pogometrics
repository and enter directory - Copy config template
cp config.example.yml config.yml
- Make changes in
config.yml
- Create python3 virtualenv
virtualenv -p python3 env
- Activate virtual env
source env/bin/activate
- Run
pip3 install -r requirements.txt
- Execute
./env/bin/python main.py
to run script
- Better error handling
- Take over the world
- More metrics
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.