Automatation SDK for python
Project description
Python SDK
Table of Contents
pip install dashblock
Getting started
from dashblock import Dashblock import asyncio async def main(): # You can get an API Key on beta.dashblock.com dk = await Dashblock.connect(api_key=YOU_API_KEY) await dk.goto("https://www.google.com", timeout=5000) content = await dk.html() print(content) await dk.close() if __name__ == "__main__": asyncio.get_event_loop().run_until_complete(main())
Methods
- goto
- html
(Coming soon)
- click
- input
- collect
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dashblock-0.0.3-py3-none-any.whl (4.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size dashblock-0.0.3.tar.gz (3.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for dashblock-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bf3d2bf1deb6727ae8e8ab5f7892f81d473fb09a9bd0acd80055dbacb5b9e52 |
|
MD5 | d3ecbf7e7ba7019fe566de3e49d1ef37 |
|
BLAKE2-256 | c9f8272c92979253fccdb6ce3e29e648d8c5db538f2f37e7f20c0f1a3eb5e983 |