Skip to main content

Invisible engine driving octobot machines. Simple, yet powerful.

Project description

octomachinery @ PyPI octomachinery is available as part of the Tidelift Subscription Travis CI build status GitHub Actions CI/CD build status — Python package Documentation Status

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 @ tutorial.octomachinery.dev

Elevator pitch

Here’s how you 👍 a just-created comment:

from octomachinery.app.server.runner import run as run_app
from octomachinery.routing import process_event_actions
from octomachinery.routing.decorators import process_webhook_payload
from octomachinery.runtime.context import RUNTIME_CONTEXT


@process_event_actions('issue_comment', {'created'})
@process_webhook_payload
async def on_comment(
        *,
        action, issue, comment,
        repository=None, sender=None,
        installation=None,
        assignee=None, changes=None,
):
    github_api = RUNTIME_CONTEXT.app_installation_client
    comment_reactions_api_url = f'{comment["url"]}/reactions'
    await github_api.post(
        comment_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+

Contribute octomachinery

Want to add something to upstream? Feel free to submit a PR or file an issue if unsure. Note that PR is more likely to be accepted if it includes tests and detailed description helping maintainers to understand it better 🎉

Oh, and be pythonic, please 🐍

Don’t know how? Check out How to Contribute to Open Source article by GitHub 🚀

License

The source code and the documentation in this project are released under the GPL v3 license.

For Enterprise

octomachinery is available as part of the Tidelift Subscription.

The octomachinery maintainers and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.

Learn more.

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.3.4.post0.tar.gz (73.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

octomachinery-0.3.4.post0-py2.py3-none-any.whl (74.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file octomachinery-0.3.4.post0.tar.gz.

File metadata

  • Download URL: octomachinery-0.3.4.post0.tar.gz
  • Upload date:
  • Size: 73.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.1

File hashes

Hashes for octomachinery-0.3.4.post0.tar.gz
Algorithm Hash digest
SHA256 6e858099492c6370e95ff32f4f52a706526ba0b551cc367cf24eeca68f7d5742
MD5 4146888cbeed2fe8729ed46b2d5be650
BLAKE2b-256 1e2d2f55513c3d82079bcb68e30e6fde7e47fed6d958b8911119fc8d7d00decf

See more details on using hashes here.

File details

Details for the file octomachinery-0.3.4.post0-py2.py3-none-any.whl.

File metadata

  • Download URL: octomachinery-0.3.4.post0-py2.py3-none-any.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.7.1

File hashes

Hashes for octomachinery-0.3.4.post0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f3e1cb9e37018d7e21e001a6b5dd2c7b3191c6deb91041f5cbf6463c61259363
MD5 a38cfd9c21663783a73d606adad63035
BLAKE2b-256 ecafe83e5b3c2bc172c50e2042c2dc93c3757c90bb885fd743eb64c406b14275

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page