Skip to content

Armanidrisi/DetectU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DetectU

Get anyone's exact location by just sending a link.

This project is inspired by TrackDown

Run on Repl.it

Setup

  1. Clone the Repository

    git clone https://github.com/Armanidrisi/DetectU.git
    cd DetectU
  2. Install Dependencies

    npm install
  3. Set Environment Variables Create a .env file in the root directory and provide the following variables:

    BOT_TOKEN=<Your Telegram Bot Token>
    BASE_URL=<Your Base URL>
    PORT=<Your Preferred Port>
  4. Running the server

    node server