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

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.

Awesome Lists containing this project

README

        

# omegle-sniff :computer:
Python

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.