Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 657 Bytes

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