flindeberg / internet-tools

A collection of python tools for internet. Contains functionality for parallel tracing (UDP based), parsing web-page structures, and drawing structures into graphs.
MIT License
4 stars 1 forks source link

Switch to using pyppeteer (instead of javascript workaround) #11

Open flindeberg opened 4 years ago

flindeberg commented 4 years ago

Use pyppeteer instead of the mess of python, javascript and bash we have now.

See https://pypi.org/project/pyppeteer/

flindeberg commented 4 years ago

At a glance required more work than initially thought since I want to keep HARs as middle. On ice for now.