Invisible engine driving octobot machines. Simple, yet powerful.
Project description
octomachinery: Bots Without Boilerplate
Invisible engine driving octobot machines. Simple, yet powerful.
Web-site @ https://octomachinery.dev. Stay tuned!
How-to create a GitHub Bot tutorial is ready for preview @ https://tutorial.octomachinery.dev
Elevator pitch
Here’s how you 👍 a just-created comment:
from octomachinery.app.routing import process_event_actions
from octomachinery.app.routing.decorators import process_webhook_payload
from octomachinery.app.runtime.context import RUNTIME_CONTEXT
from octomachinery.app.server.runner import run as run_app
@process_event_actions('issue_comment', {'created'})
@process_webhook_payload
async def on_comment(
*,
action, issue, comment,
installation, changes=None,
):
github_api = RUNTIME_CONTEXT.app_installation_client
reactions_api_url = f'{comment['url']}/reactions'
await github_api.post(
reactions_api_url,
preview_api_version='squirrel-girl',
data={
'content': '+1',
},
)
run_app(
name='Thumbs-Up-Bot',
version='1.0.0',
url='https://github.com/apps/thuuuuuuuuuuuuuumbs-uuuuuuuuuuuup',
)
Prerequisites
Python 3.7+
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
octomachinery-0.0.8.post0.tar.gz
(38.0 kB
view details)
Built Distribution
File details
Details for the file octomachinery-0.0.8.post0.tar.gz
.
File metadata
- Download URL: octomachinery-0.0.8.post0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e00654d45a9ab94bc5edf5fd72607d8e56dd6e6457c159e0f3ae218edd2c8eb |
|
MD5 | fc0dbfd7d5cc2ff186aff5d8c1932a24 |
|
BLAKE2b-256 | 699a4bc5a7cf687f2da0ee97423d75bf66a906c91a768cc15662182d16d31fc0 |
Provenance
File details
Details for the file octomachinery-0.0.8.post0-py2.py3-none-any.whl
.
File metadata
- Download URL: octomachinery-0.0.8.post0-py2.py3-none-any.whl
- Upload date:
- Size: 42.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d40f96a476d344a96180ffdb32b5199c3b5dbc96c819f0490033397a3672a61e |
|
MD5 | 85d59bee3204af1ef0ae407c04624124 |
|
BLAKE2b-256 | 2cdc0207464f60612f104f8c50e3a84a9923f12d856bfe92e80edc8dc48c7b14 |