Headbot.io Python Client
Python client for the headbot.io API.
Installing
pip install headbot
Supported versions
- Python 3.6+
Usage
import asyncio
from pprint import pprint
from headbot.client import HeadbotAsyncClient
async def main():
async with HeadbotAsyncClient(
email="{email}",
password="{password}"
) as client:
my_crawlers = await client.crawlers()
pprint(my_crawlers)
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop = loop.run_until_complete(main())
Release files for headbot 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| headbot-0.2.1.tar.gz | 3.5 kB | Details |
Release files / headbot-0.2.1.tar.gz
| Download URL | headbot-0.2.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
09da40e58ae2dab0f6db79cee36664e2aae71deeda30a4c9d16bb6631748408a
|
|
BLAKE2b-256 checksum How to use checksums |
c416fba3d85b2e2167a4cbfa989376ffec7ac75c83410a5a7c3f53762287b7d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.7
|