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
- Host: GitHub
- URL: https://github.com/Javadkarami-com/Website-IP-Logger
- Owner: Javadkarami-com
- License: mit
- Archived: true
- Created: 2022-08-11T20:58:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:11:32.000Z (over 1 year ago)
- Last Synced: 2025-08-23T05:24:08.070Z (10 months ago)
- Topics: back-end, discord, discord-logger, discord-webhook, discord-webhook-api, discord-webhook-notifications, discord-webhooks, logger, webhook, website-logger
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 16
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!