Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

aursearchbot

  • Clone with SSH
  • Clone with HTTPS
  • AurSearchBot

    made-with-rust LICENSE Try it on telegram

    A Telegram Inline Search Bot Written in Rust

    Introduction

    Telegram Bot that can search AUR ( Arch User Repository ) in inline mode. This bot make use of AUR's RPC interface to find packages.

    Building & Running

    build using cargo build

    git clone https://gitlab.com/alenpaul2001/aursearchbot.git
    cd aursearchbot
    cargo build

    set environment variable TELOXIDE_TOKEN to BOT_TOKEN which you can get from @botfather then run the target binary. alternatively you can use cargo run
    TELOXIDE_TOKEN="12345:49dc3eeb1aehda3cI2TesHNHc" cargo run

    Copyright & License