AurSearchBot
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
- Copyright (C) 2023 by AlenPaulVarghese
- Licensed under the terms of the BSD 3-Clause License