tdbot
Project description
tdbot
tdBot API
This Python package is automatically generated by the Swagger Codegen project:
- API version: 1.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import tdbot
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import tdbot
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import tdbot
from tdbot.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = tdbot.MouseApi(tdbot.ApiClient(configuration))
body = tdbot.Target() # Target |
try:
# click target
api_response = api_instance.mouse_click_target(body)
pprint(api_response)
except ApiException as e:
print("Exception when calling MouseApi->mouse_click_target: %s\n" % e)
# create an instance of the API class
api_instance = tdbot.MouseApi(tdbot.ApiClient(configuration))
body = tdbot.Target() # Target |
try:
# move mouse cursor to target
api_response = api_instance.mouse_hover_target(body)
pprint(api_response)
except ApiException as e:
print("Exception when calling MouseApi->mouse_hover_target: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to /
Class | Method | HTTP request | Description |
---|---|---|---|
MouseApi | mouse_click_target | PUT /mouse/clickTarget | click target |
MouseApi | mouse_hover_target | PUT /mouse/hoverTarget | move mouse cursor to target |
StaticApi | static_file | GET /swagger/{file} | host static files mainly of swagger ui for API testing |
Documentation For Models
Documentation For Authorization
All endpoints do not require authorization.
Author
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 Distributions
Built Distribution
File details
Details for the file tdbot-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tdbot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 27.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54fb07167dd19dfbe6015db2346751407f775c0098c01876173559d6adedc6fa |
|
MD5 | e3e4c4f1e8c4cf4d0905621f4c9402bb |
|
BLAKE2b-256 | 247b5be3d348d268d7f614ae3b777f67a968f18b75ce605246ed6b902c8731a6 |