https://github.com/j03-dev/russenger_template
template for creating messenger bot with rust
https://github.com/j03-dev/russenger_template
Last synced: 12 months ago
JSON representation
template for creating messenger bot with rust
- Host: GitHub
- URL: https://github.com/j03-dev/russenger_template
- Owner: j03-dev
- Created: 2024-04-05T19:32:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T15:35:37.000Z (over 1 year ago)
- Last Synced: 2025-01-31T16:36:38.663Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Russenger - Facebook Messenger Webhook Handling in Rust
Russenger is a Rust library designed to simplify the handling of Facebook Messenger webhook responses. It offers a
convenient way to construct and send various types of responses, including text messages, quick replies, generic
templates, and media attachments.
## Installation
### Install generate first if it's not yet installed
```bash
cargo install cargo-generate
```
### Create project with template
```bash
cargo generate --git https://github.com/j03-dev/russenger_template
```