
Display IP information about Omegle users in Discord
Cool javascript code to check out. My Website ยป
Table of Contents
About The Project
Omegle IP Geolocation information displayed through the developer console and through a discord channel. It is very simple to use, and can be customized to your liking. Created in JavaScript designed to run on chromium browsers.
I haven’t seen anyone implement it with discord so I did. ๐
Built With
Getting Started
Download the file.
Installation
Below is an example of how you can install this webhook!
- Get a free API Key at https://ipgeolocation.io/
Copy the api key (it will be a random string of characters)
- Create a discord webhook
Choose a channel to display messages > edit channel > integrations > webhooks > create webhook > name it anything > copy the webhook URL.
- Open the discord webhook for omegle.js file in a code editor (or just notepad), and edit:
const apiKey = "IPGEOLOCATION_API_KEY_HERE"; const webhook = "DISCORD_WEBHOOK_URL_HERE"
- Save the file then CTRL + A to copy all the code.
Usage
How to use it
- On omegle.com before starting the video chat, press F12
- Go to the Console tab.
- Paste all the code into the console, press enter and start a video chat.
- Done!
[
]
Contact
Discord – iiferedon#7337 or iiferedon#1337
Project Link: https://github.com/iiferedon/discord-webhook-omegle-ip-info-geolocation