Skip to content

locvx1234/bot_mdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telebot for Meditech

A Telegram Bot written in Python (Work-In-Progress)

Installation

  1. Clone this repo and install all requirements:
git clone https://github.com/locvx1234/bot_mdt.git
cd bot_mdt
sudo pip3 install -r requirements.txt
  1. Run Setup
sudo python3 setup.py install
  1. Edit tele.conf file and move it to /etc/telegram/
cd etc/
sed -i "s/TETO/Your token/g" tele.conf
sudo mkdir /etc/telebot
sudo mv tele.conf /etc/telebot/
  1. Install supervisor package
sudo apt install -y supervisor
sudo cp bot_mdt.conf /etc/supervisor/conf.d/
  1. Start BOT
sudo supervisorctl update
sudo supervisorctl start bot_mdt

====================================

Running with Docker

  1. Preparing environment
  • Install docker on Ubuntu or CentOS
curl -fsSL https://get.docker.com | sh
  1. Build image from Dockerfile
cd bot_mdt
build -t bot_image .

Work-in-process

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •