Overview
Octoapp is a Rust library for building GitHub Apps. It provides a simple interface for creating GitHub Apps and handling webhook events.
✨ Features
- Focus on simplicity and ease of use.
- Built-in support for handling GitHub webhook events.
- Uses
octocrab
for interacting with the GitHub API. - Supports
rocket
web framework for handling incoming webhook events.- feature:
rocket
- feature:
🚀 Quick Start
Run the following command to add octoapp
to your project:
🏃 Getting Started
use Result;
use *;
async
📚 Documentation
You can find the documentation for this project on docs.rs.
♥️ Maintainers / Contributors
🦸 Support
Please create GitHub Issues if there are bugs or feature requests.
This project uses Semantic Versioning (v2) and with major releases, breaking changes will occur.
📓 License
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.