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

https://github.com/Javadkarami-com/Website-IP-Logger

Website IP Logger that send Visitor information via Discord Webhook
https://github.com/Javadkarami-com/Website-IP-Logger

back-end discord discord-logger discord-webhook discord-webhook-api discord-webhook-notifications discord-webhooks logger webhook website-logger

Last synced: 10 months ago
JSON representation

Website IP Logger that send Visitor information via Discord Webhook

Awesome Lists containing this project

README

          

# IP Logger

This is a simple IP logging tool that collects information about a user's IP address, location, and device details, and sends it to a Discord webhook.

## Installation

1. Clone the repository:
```
git clone https://github.com/Javadkarami-com/Website-IP-Logger.git
```

2. Install the required dependencies:
```
cd ip-logger
```

3. Create a `config.json` file in the root directory and add your Discord webhook URL and API key:
```json
{
"Token":"https://discord.com/api/webhooks/....",
"key":"APIKEY-HERE created in https://ipgeolocation.io/"
}
```

## Usage

1. Open the `index.html` file in a web browser.
2. The script will automatically fetch the user's IP information and send it to the configured Discord webhook.

## Contributing

If you find any issues or have suggestions for improvements, feel free to open a new issue or submit a pull request. Contributions are welcome!