Hi

This Is MiloScraper a simple scraper that works for python and api scraping



you can connect to a url using

a = milo.connect(url='https://google.com')

u can add headers and timeout

a = milo.connect(url='https://google.com', headers=headers, timeout=10)

u can decode json using

a = milo.decode(a)


made by culty have fun
