haie-grain / archwikibot

A telegram bot to search in the archlinux wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archwikibot

A telegram bot to search in the archlinux wiki

setup and run

step by step

  1. clone the repo
git clone https://github.com/n30mrx/archwikibot
  1. cd into the repo
cd archwikibot
  1. setup a python virtual enviroment
python3 -m venv env && source env/bin/activate
  1. install dependecies
pip install telebot requests
  1. run the bot
python3 main.py

oneliner

git clone https://github.com/n30mrx/archwikibot&&cd archwikibot&& python3 -m venv env&& source env/bin/activate&& pip install telebot requests&& python3 main.py

About

A telegram bot to search in the archlinux wiki

License:GNU General Public License v3.0


Languages

Language:Python 100.0%