Skip to content

Majholl/simplementionbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple telegram bot for mentioneing users based on msg coming from groups

1- simply clone the project

2- install docker

3- in the root directory run this command

  • To do run as a container.
docker-compose  -p  YOUR_NAME  up --build -d 
  • To stop the containers.
docker-compose -p YOUR_NAME  down 
  • To avoid cashing during build the container.
docker-compose -p YOUR_NAME build  --no-cache && docker-compose up -d 

About

simple mention bot for telegram based on the msg's

Resources

Stars

Watchers

Forks

Packages

No packages published