This is the most basic example of using the vector_sdk. It is just a bot that responds to all private direct messages with "Hello World".
- Responds to private direct messages with "Hello World"
- Rust toolchain (stable version)
- Cargo package manager
- vector_sdk
- tokio
To start the bot, navigate to the project directory and run:
cd HelloWorld
cargo runFor release builds:
cargo build --release
cargo run --releasesrc/main.rs: Main entry point of the applicationCargo.toml: Project dependencies and configuration
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.