deta icon indicating copy to clipboard operation
deta copied to clipboard

Deta integration

Results 3 deta issues
Sort by recently updated
recently updated
newest added

This PR improves example project in several ways: - Webhook now is set automatically on startup using `DETA_SPACE_APP_HOSTNAME` environment variable - Commands moved from `__init__` to `utils.commands` since it's not...

Added version ranges for dependencies to resolve potential conflicts when using this package in other projects.

Need to add startup and shutdown register for webhook configuration, closing sessions etc... _For example:_ `dispatcher.startup.register(on_startup)`