https://github.com/milesrack/omegle-sniff
Capture IPs from Omegle.
https://github.com/milesrack/omegle-sniff
fun ip-location-lookup ip-lookup omegle omegle-geolocalization python python3
Last synced: 3 months ago
JSON representation
Capture IPs from Omegle.
- Host: GitHub
- URL: https://github.com/milesrack/omegle-sniff
- Owner: milesrack
- Created: 2021-05-28T02:56:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T02:56:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T09:14:45.820Z (5 months ago)
- Topics: fun, ip-location-lookup, ip-lookup, omegle, omegle-geolocalization, python, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# omegle-sniff :computer:
A command line tool to capture IP addresses and geolocation data from [Omegle](https://www.omegle.com). Also, allows you to save a stranger's IP along with a nickname which will be stored in a `strangers.json` file.
## :pushpin: Installation
```
git clone https://github.com/milesrack/omegle-sniff.git
cd omegle-sniff
pip3 install -r requirements.txt
```## :pushpin: Usage
```
python3 omegle-sniff.py
```
This will require and API key from [ipgeolocation](https://ipgeolocation.io/). Simply sign up for their service and paste your API key into the `API_KEY` variable on **line 10**.**NOTE:** This tool is for educational purposes only. Do not use this to harass or threaten other individuals.