Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

crawl.py

Jordan Banasik edited this page Nov 18, 2019 · 1 revision

crawl

async def crawl(url, request = None, payload = None, json = None)

Examples:

crawl('https://google.com')
crawl('https://some-es.server/someendpoint/1/', method = 'POST', json = some_dict)
Clone this wiki locally