A Telegram bot built with Rust and Tauri. This project integrates a Telegram bot with a desktop application, providing a seamless interface to control the bot's functionalities.
- Real-time Updates: Get real-time updates from Telegram.
- Customizable Keyboards: Easily create and manage custom keyboards for user interactions.
- Efficient State Management: Robust state management using Rust's concurrency features.
- User-Friendly Interface: Control your bot through a desktop application built with Tauri.
Follow these steps to set up and run the project:
git clone https://github.com/awfulfacekid/rustgram.git
cd rustgram
yarn
To run the application in development mode:
yarn tauri dev
To build the application for production:
yarn tauri build
Once the application is running, you can interact with your Telegram bot through the provided interface. Configure the bot token, set up greeting messages, and manage button responses easily from the desktop application.