# tdbot
tdBot API
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/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
```sh
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:
```python
import tdbot
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import tdbot
```
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
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**](docs/MouseApi.md#mouse_click_target) | **PUT** /mouse/clickTarget | click target
*MouseApi* | [**mouse_hover_target**](docs/MouseApi.md#mouse_hover_target) | **PUT** /mouse/hoverTarget | move mouse cursor to target
*StaticApi* | [**static_file**](docs/StaticApi.md#static_file) | **GET** /swagger/{file} | host static files mainly of swagger ui for API testing
## Documentation For Models
- [Element](docs/Element.md)
- [Object](docs/Object.md)
- [Target](docs/Target.md)
## Documentation For Authorization
All endpoints do not require authorization.
## Author
Raw data
{
"_id": null,
"home_page": "https://github.com/tdRPA/tdRPA",
"name": "tdbot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "Swagger,tdBot - OpenAPI 3.0",
"author": "Armstrong Wang",
"author_email": "Armstrong Wang <armstrong.wang@gmail.com>",
"download_url": "",
"platform": null,
"description": "# tdbot\r\ntdBot API\r\n\r\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\r\n\r\n- API version: 1.0.0\r\n- Package version: 1.0.0\r\n- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen\r\n\r\n## Requirements.\r\n\r\nPython 2.7 and 3.4+\r\n\r\n## Installation & Usage\r\n### pip install\r\n\r\nIf the python package is hosted on Github, you can install directly from Github\r\n\r\n```sh\r\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\r\n```\r\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\r\n\r\nThen import the package:\r\n```python\r\nimport tdbot \r\n```\r\n\r\n### Setuptools\r\n\r\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\r\n\r\n```sh\r\npython setup.py install --user\r\n```\r\n(or `sudo python setup.py install` to install the package for all users)\r\n\r\nThen import the package:\r\n```python\r\nimport tdbot\r\n```\r\n\r\n## Getting Started\r\n\r\nPlease follow the [installation procedure](#installation--usage) and then run the following:\r\n\r\n```python\r\nfrom __future__ import print_function\r\nimport time\r\nimport tdbot\r\nfrom tdbot.rest import ApiException\r\nfrom pprint import pprint\r\n\r\n# create an instance of the API class\r\napi_instance = tdbot.MouseApi(tdbot.ApiClient(configuration))\r\nbody = tdbot.Target() # Target | \r\n\r\ntry:\r\n # click target\r\n api_response = api_instance.mouse_click_target(body)\r\n pprint(api_response)\r\nexcept ApiException as e:\r\n print(\"Exception when calling MouseApi->mouse_click_target: %s\\n\" % e)\r\n\r\n# create an instance of the API class\r\napi_instance = tdbot.MouseApi(tdbot.ApiClient(configuration))\r\nbody = tdbot.Target() # Target | \r\n\r\ntry:\r\n # move mouse cursor to target\r\n api_response = api_instance.mouse_hover_target(body)\r\n pprint(api_response)\r\nexcept ApiException as e:\r\n print(\"Exception when calling MouseApi->mouse_hover_target: %s\\n\" % e)\r\n```\r\n\r\n## Documentation for API Endpoints\r\n\r\nAll URIs are relative to */*\r\n\r\nClass | Method | HTTP request | Description\r\n------------ | ------------- | ------------- | -------------\r\n*MouseApi* | [**mouse_click_target**](docs/MouseApi.md#mouse_click_target) | **PUT** /mouse/clickTarget | click target\r\n*MouseApi* | [**mouse_hover_target**](docs/MouseApi.md#mouse_hover_target) | **PUT** /mouse/hoverTarget | move mouse cursor to target\r\n*StaticApi* | [**static_file**](docs/StaticApi.md#static_file) | **GET** /swagger/{file} | host static files mainly of swagger ui for API testing\r\n\r\n## Documentation For Models\r\n\r\n - [Element](docs/Element.md)\r\n - [Object](docs/Object.md)\r\n - [Target](docs/Target.md)\r\n\r\n## Documentation For Authorization\r\n\r\n All endpoints do not require authorization.\r\n\r\n\r\n## Author\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "tdbot",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/tdRPA/tdRPA/issues",
"Homepage": "https://github.com/tdRPA/tdRPA"
},
"split_keywords": [
"swagger",
"tdbot - openapi 3.0"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "247b5be3d348d268d7f614ae3b777f67a968f18b75ce605246ed6b902c8731a6",
"md5": "e3e4c4f1e8c4cf4d0905621f4c9402bb",
"sha256": "54fb07167dd19dfbe6015db2346751407f775c0098c01876173559d6adedc6fa"
},
"downloads": -1,
"filename": "tdbot-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e3e4c4f1e8c4cf4d0905621f4c9402bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 27754,
"upload_time": "2023-06-10T10:09:45",
"upload_time_iso_8601": "2023-06-10T10:09:45.911634Z",
"url": "https://files.pythonhosted.org/packages/24/7b/5be3d348d268d7f614ae3b777f67a968f18b75ce605246ed6b902c8731a6/tdbot-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-10 10:09:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tdRPA",
"github_project": "tdRPA",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tdbot"
}