Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

arunpt/LemonJamsBot-Heroku

 
 

Repository files navigation

LemonJamsBot - Heroku

My fork of this repository

To make this repo compatible with heroku and avoid unnecessary conflicts we have to break down this whole project into two different parts and deploy as different apps so let's get started.

Webserver setup

  • deploy this repo in heroku (you can use deploy to heroku button for easy peasy deployment)
  • after deploying your app turn on the dyno and copy your app url (something like http://yourapp.herokuapp.com)
  • That's it

Bot

Here is the place where this repo (which you are reading this readme) comes into picture

  • As usual hit deploy to heroku button
  • Enter bot token and websocket url (which we got from the above step)
  • click deploy and sit back until docker finishes the build
  • turn on your dyno (if its off)
  • if everything goes fine you should see something like @username is running... in the log
  • Voila!

Deploy

About

An example bot using tgcallsjs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • Dockerfile 6.1%
  • Shell 1.6%