Skip to content

MOA-YAD/Who-is-this

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Shorten Links using Deno


Project Overview

This project sends a message to a specified chat whenever a request is sent to the site. then The request is transferred to another site.


Example of Information Being Sent
COUNTRY : France/iraq/Mexico/Germany/...+ country_flag
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
VPN : true/false
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
DEVICE : mobile/undefined/...
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
BROWSER : Chrome/Firefox/...
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
SYSTEM : Android/Windows/Linux/...
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
userAgent : long string of information

---------inline buttons---------

[**user ip**](ip2location.io)
[**User city name**](google.com/maps)

Telegram Notification

Features

  • Country Information: Displays Name of the country with its flag.
  • VPN Detection: Indicates whether a VPN is being used.
  • Device Information: Identifies the type of device (e.g., mobile).
  • Browser Information: Specifies the browser used (e.g., Chrome).
  • System Information: Provides the operating system details (e.g., Android).
  • User Agent String: Includes detailed browser and system information in the user agent string.
  • Button 1: The address is the user IP, and when you click on it, it takes you to a site containing the IP information.
  • Button 2: The address is the user city name. When clicking on it, it takes you to Google Maps Using lat and lon.

Usage

  1. Clone the repository from GitHub.
  2. Go to @BotFather , create a bot and take its token
  3. Get the chat ID Which you want to send notifications inside it . Note: Make sure that the bot has permission to send messages in that chat
  4. Go to deno
  5. Log-in with the same gitHub account that contains the repository
  6. Watch the video

deno env

  • ID: Telegram chat id "Without spaces or letters"
  • URL: The link you want to shorten
  • TOKEN: bot token from @BotFather "Without space"

Created by @MOA-YAD

Packages

No packages published