Skip to content

alcortazzo/arch-man-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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