A simple grabify-like ip-logger, but with more information.
This software is for educational purposes only. Do not use it to harm anyone in any form. Only use it with your own devices or with ones you are allowed to by the owner.
# Install requirements
python3 -m pip install -r requirements.txt
# Start the server
python3 app.py
If you want to change something, here are some things:
- To renew the css, use
yarn css
, or any command that will run the css task from thepackage.json
-file. You might need to runyarn install
the first time to install the packages. - If you plan on publishing your changes, please use a code formatter. I recommend black, but you can use any other (e.g. prettier) too.
- If you make any changes to CSS-code which is not generated by tailwindcss, please make sure that is is compatible with dark and light mode. To test this in chromium-based browsers, use
ctrl
+shift
+P
in the devtools and search forEmulate CSS prefers-color-scheme: dark
orEmulate CSS prefers-color-scheme: light
.
jsonTreeViewer (https://github.com/summerstyle/jsonTreeViewer) is included under the MIT license. {UAParser.js} (https://faisalman.github.io/ua-parser-js/) is included unter the MIT license.