A Rust application for sending messages across multiple messaging platforms including VK, Telegram and MAX.
- Getting API Tokens - Guide on how to obtain access tokens for messengers
docker compose up --buildThe compose stack launches PostgreSQL, NATS JetStream and the API container. Default credentials are defined directly inside docker-compose.yml. Adjust them through environment variables if needed.
- Copy
.env.exampleto.envand adjust values (database URL, NATS endpoint, JWT secret). - Start PostgreSQL and NATS services that match your configuration.
- Run migrations on startup automatically by launching the API:
cargo runThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.