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+
License
The source code and the documentation in this project are released under the GPL v3 license.
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.11.tar.gz
(38.5 kB
view hashes)
Built Distribution
Close
Hashes for octomachinery-0.0.11-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b17f9a33d6b49ebb52ffae1904b7e1bfa490f8f69bf2c6d7435d6ead055a26c1 |
|
MD5 | 32a084732ac86769c354c4bdf51c897f |
|
BLAKE2-256 | fcd35d811d66334a4cceedf59c46d482e8268d5787a5f85eff6f8fa04de43ce4 |