Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 12 hours ago
JSON representation

:package: Crate for building chat bots for VK communities (uses Callback API)

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