Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
/ KeepMeBot Public archive

๐Ÿƒโ€โ™€๏ธ Keep me running bot

License

Notifications You must be signed in to change notification settings

tgbot-collection/KeepMeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

43 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

KeepMeBot

Keep me running bot

Build Status

Support platform

  • docker hub

command

start - start using this bot
help - what can it do
list - list your service
add - add new service
history - is writter by whom?
ping - ping server

run and deployment

It's strongly recommend to use docker to run this bot because we're about to running some system commands from untrusted sources.

git clone https://github.com/BennyThink/KeepMeBot
cd KeepMeBot
# change your token here, you may also add other environment variables such as `http_proxy`
vim config.env
# create your db
touch keep.db
docker-compose up -d

Of course you could build your own docker image `docker build -t keepmebot .

How to update using docker-compose

  1. Use docker pull to update docker-image, and run again

License

MIT