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

6c3d775 · Dec 21, 2018

History

95 Commits
Dec 16, 2018
Dec 9, 2018
Dec 21, 2018
Dec 16, 2018
Dec 21, 2018
Nov 28, 2018
Nov 28, 2018
Dec 3, 2018
Nov 28, 2018

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