I wrote a telegram bot in rust - a brief story and bot description

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bacup

    An easy-to-use backup tool designed for servers.

    My first project was bacup - an easy-to-use backup tool designed for servers.

  • raf

    RaF is a bot for creating referral-based contests for your Telegram channels, groups, and supergroups.

    My second project is RaF - a bot for creating referral-based contests for your Telegram channels, groups, and supergroups.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • telexide

    an easy-to-use async telegram bot library for Rust

    This has been the first time I had the need to work with a fork of a rust project. In fact, I started creating RaF depending upon telexide but the project was abandoned and it was lacking certain features I needed (and it has some bugs too - I created a pull request but it has been completely ignored :( ).

  • telexide

    an easy-to-use async telegram bot library for Rust (by galeone)

    So, I forked it, and thanks to the flexibility of Cargo I've been able to work depending on the git repository.

  • rusqlite

    Ergonomic bindings to SQLite for Rust

    For the persistence layer I used Rusqlite and r2d2-sqlite for creating a connection pool.

  • r2d2-sqlite

    r2d2 connection pool for sqlite

    For the persistence layer I used Rusqlite and r2d2-sqlite for creating a connection pool.

  • teloxide

    🤖 An elegant Telegram bots framework for Rust

    There is https://github.com/teloxide/teloxide though, maybe there is a confusion? It's actively maintained?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts