Self-Hosted url shortener with ip logger
-
Updated
May 27, 2023 - Python
Self-Hosted url shortener with ip logger
📇 When someone clicks the link, you will receive their IP and other information via telegram.
Watcher logs uniquely identifiable information before discreetly redirecting the user to the intended link.
This is a simple API built using FastAPI that allows users to login with JWT tokens and create short links. It also logs each request made to the short link endpoint, storing the visitor's IP address, user agent, and timestamp in a PostgreSQL database.
IP Logger with Geolocation This is a simple IP logger that records the IP address, approximate location, and privacy details (VPN, proxy, or Tor usage) of visitors using the ipinfo.io API.
Capturing Client-Side Data with JavaScript and PHP - A Step-by-Step Guide
Add a description, image, and links to the grabify topic page so that developers can more easily learn about it.
To associate your repository with the grabify topic, visit your repo's landing page and select "manage topics."