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

https://github.com/j03-dev/gemini-bot

AI Messenger Bot, with Gemini API
https://github.com/j03-dev/gemini-bot

gemini-api gpt messenger-bot russenger rust

Last synced: 12 months ago
JSON representation

AI Messenger Bot, with Gemini API

Awesome Lists containing this project

README

          

# Gemini bot

## Who to use

### Pls check the `.env`

### Build
* run `cargo build`

### Migrate the database
* run `cargo run migrate`

### Run Russenger server
* run `cargo run runserver`

### Endpoints

- **GET `/webhook`:** Verify your chatbot with Facebook Messenger. Facebook will send a challenge, and your bot must
respond correctly for verification.

- **POST `/webhook`:** This is where Facebook Messenger sends messages from users. Handle incoming messages and respond
accordingly here.