This script extracts IP addresses from a HAR file, geolocates them using the ipinfo.io API, and visualizes their locations on a map using Folium.
- Ensure you have the required libraries installed.
- Download a HAR file from your browser and update the
HAR_FILEvariable. - Run the script from a terminal or command prompt:
python scrape_har_locations.py - The output map will be saved to
outputs/ip_map.htmland the geolocated data tooutputs/ip_locations.geojson.