An open API service indexing awesome lists of open source software.

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

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
```