A Flask analytics library that stores analytics data on your servers and does not use Google Analytics or other analytics services to get analytics data.
The point of this library is to add a way for people to have an anlaytics tool that respects their uses data and does not hand it over to 3rd partys and in the future it will add ways to not track the user at all (no session cookies no visitor cookies etc)
- Duplicate the example.keys.json file and rename it to keys.json
- Enter all nessesary details into the keys.json
- Make a virtual enviorment (name it venv)
- Install all requirements from requirements.txt
- run server.py