Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.13 KB

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