/AurSearchBot

Telegram bot for searching in Arch User Repository ( AUR ); Implemented using rust.

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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