visitorLogger - A simple visitor logger for the website
Built with Flask and SQLite3.
pip install flask
$ python app.py
* `/` - Index, show endpoints in debug mode.
* `/append` - Append a new visitor to the DB
* `/post` - Append a new visitor to the DB using POST
* `/clean` - Clean the DB
This is a simple visitor logger for the website which is designed to track every visitor to the website. This may break the law in some countries.
This tool is designed to be used for educational purposes only. The author takes no responsibility for any damage caused by using this tool. Use at your own risk.
Integrate with https://github.com/fingerprintjs/fingerprintjs