/arch-man-bot

Telegram bot for in-line search of man-pages.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Arch Man bot

Fastest way to search man-pages in telegram !

@archmanbot

Installation & Launch

# clone the repo
$ git clone https://github.com/alcortazzo/arch-man-bot.git

# change the working directory to arch-man-bot
$ cd arch-man-bot

# install python3 and python3-pip if they are not installed

# install the requirements
$ python3 -m pip install -r requirements.txt

# set the environment variable "arch_man_bot_token" to register a token for the bot
$ export arch_man_bot_token=yourtoken

# launch the bot
$ python main.py

License

GPLv3
Original Creator - alcortazzo