Skip to content

lenisko/pogometrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pogometrics

Required

  • Python 3.8 +, virtualenv
  • Packages from requirements.txt
  • Bbox for queries limiting ( use https://bboxfinder.com )
  • Database and initial tables from migrations/*.sql

Getting Started

  1. Clone git clone https://github.com/lenisko/pogometrics.git && cd pogometrics repository and enter directory
  2. Copy config template cp config.example.yml config.yml
  3. Make changes in config.yml
  4. Create python3 virtualenv virtualenv -p python3 env
  5. Activate virtual env source env/bin/activate
  6. Run pip3 install -r requirements.txt
  7. Execute ./env/bin/python main.py to run script

TODO

  • Better error handling
  • Take over the world
  • More metrics

LICENSE

            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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages