An open API service indexing awesome lists of open source software.

https://github.com/armanidrisi/detectu

Get anyone exact location by just sending a link.
https://github.com/armanidrisi/detectu

cybersecurity detect detectu hacking-tool location-hacking location-tracker seeker tracking

Last synced: 11 months ago
JSON representation

Get anyone exact location by just sending a link.

Awesome Lists containing this project

README

          

# DetectU

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

This project is inspired by [TrackDown](https://github.com/Th30neAnd0nly/TrackDown)

[![Run on Repl.it](https://repl.it/badge/github/Armanidrisi/DetectU)](https://repl.it/github/Armanidrisi/DetectU)

## Setup

1. **Clone the Repository**

```bash
git clone https://github.com/Armanidrisi/DetectU.git
cd DetectU
```

2. **Install Dependencies**

```bash
npm install
```

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

```bash
BOT_TOKEN=
BASE_URL=
PORT=
```

4. **Running the server**

```bash
node server
```