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.
Source Distribution
dashblock-0.0.3.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dashblock-0.0.3.tar.gz.
File metadata
- Download URL: dashblock-0.0.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
887b2055d567c16c57a8cdcabb2814b1629f7278a86d2b31b090e0efd265e4b8
|
|
| MD5 |
e8b0ed4d787f462e618a2a7fa1ba2f75
|
|
| BLAKE2b-256 |
753f0c8dd0d3acda9886e62714b95afd7b157602d687793ff5a88a7d5e830ed4
|
File details
Details for the file dashblock-0.0.3-py3-none-any.whl.
File metadata
- Download URL: dashblock-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bf3d2bf1deb6727ae8e8ab5f7892f81d473fb09a9bd0acd80055dbacb5b9e52
|
|
| MD5 |
d3ecbf7e7ba7019fe566de3e49d1ef37
|
|
| BLAKE2b-256 |
c9f8272c92979253fccdb6ce3e29e648d8c5db538f2f37e7f20c0f1a3eb5e983
|