Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awaitlink/vk-bot
:package: Crate for building chat bots for VK communities (uses Callback API)
https://github.com/awaitlink/vk-bot
api bot chat rust-crate vk
Last synced: about 1 month ago
JSON representation
:package: Crate for building chat bots for VK communities (uses Callback API)
- Host: GitHub
- URL: https://github.com/awaitlink/vk-bot
- Owner: awaitlink
- License: mit
- Created: 2019-02-10T11:40:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T07:18:03.000Z (almost 4 years ago)
- Last Synced: 2024-09-28T09:02:21.815Z (about 2 months ago)
- Topics: api, bot, chat, rust-crate, vk
- Language: Rust
- Homepage: https://crates.io/crates/vk-bot
- Size: 69.3 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vk-bot
[![version][badges/version]][crate]
[![downloads][badges/downloads]][crate]
[![license][badges/license]][license]> Rust crate for creating chat bots for VK (VKontakte) communities.
> [crates.io][crate] ⋅ **[docs »][docs]** ⋅ **[examples »][examples]**## Installation
> **note:** requires nightly Rust because of Rocket.**`Cargo.toml`**
```toml
vk-bot = "3.0"
```[badges/version]: https://img.shields.io/crates/v/vk-bot.svg?style=for-the-badge
[badges/downloads]: https://img.shields.io/crates/d/vk-bot.svg?style=for-the-badge
[badges/license]: https://img.shields.io/github/license/u32i64/vk-bot.svg?style=for-the-badge[crate]: https://crates.io/crates/vk-bot
[docs]: https://docs.rs/vk-bot
[examples]: https://github.com/u32i64/vk-bot/tree/master/examples
[license]: https://github.com/u32i64/vk-bot/blob/master/LICENSE