git clone https://github.com/sasa-buklijas/ip_logger cd ip_logger python -m venv venv-3_11_2 . ./venv-3_11_2/bin/activate python -m pip install -r requirements.txt ...
This is a IP logger I made that sends the IP of the visitor of a website to Discord as an embed message. Note 28-03-2022: I think I am going to create a more detailed setup guide soon. (If I don't ...