A program that traceroutes many IP address, collects the routes, and then creates a unique html graph with all the nodes.
Install requirements
pip install -r requirements.txt
Put the start IP and the end IP as parameters
python route-mapper.py x.32.83.0 x.32.83.100
Then just open the created HTML page
open route-mapper.html