Skip to main content

python client for the headbot.io API

Project description

Headbot.io Python Client

Build Status PyPi Version PyPi Supported Versions

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())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

headbot-0.2.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file headbot-0.2.1.tar.gz.

File metadata

  • Download URL: headbot-0.2.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for headbot-0.2.1.tar.gz
Algorithm Hash digest
SHA256 09da40e58ae2dab0f6db79cee36664e2aae71deeda30a4c9d16bb6631748408a
MD5 cdc1c966cc47425217d615b13d89828a
BLAKE2b-256 c416fba3d85b2e2167a4cbfa989376ffec7ac75c83410a5a7c3f53762287b7d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page