Skip to content

Lately, I've been, I've been thinking I want you to be happier, I want you to use Zevere

Notifications You must be signed in to change notification settings

Zevere/Chatbot-HepiR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zevere Bot for Telegram

Docker Badge

First time developing a telegram bot

Codacy Badge Build Status

to build image

cd scripts && npm i && cd .. && node scripts/build

to run the image to start up the bot

docker run -it \
	-e MONGODB_URI=<URI>	\
	-e TOKEN=<BOT_TOKEN> \
	-e PORT=<port for flask app to run on> \
	-e BOT_USERNAME=<BOT_USERNAME>	\
	-e VIVID_USER=<VIVID_USER>	\
	-e VIVID_PASSWORD=<VIVID_PASSWORD>	\
	chatbot-hepir

heroku cli commands used

heroku login
heroku create <app name>
git push heroku master
heroku ps:scale (web|worker)=(0|1)
heroku logs --tail

credits

https://github.com/eternnoir/pyTelegramBotAPI

About

Lately, I've been, I've been thinking I want you to be happier, I want you to use Zevere

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published