Skip to content

dashamoolam/LemonJamsBot

 
 

Repository files navigation

LemonJamsBot

Setup

  • Fill out the .env
    • Copy example.env to .env
    • Put in your information
  • Start the userbot
    • Install dependencies from pip
      $ pip install -r requirements.txt
    • Run the userbot
      $ python userbot.py
  • Start the bot
    • Install dependencies from npm
      $ npm install
    • Build TypeScript
      $ npm run build
    • Run the bot
      $ npm start

About

An example bot using tgcallsjs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 64.0%
  • Python 34.1%
  • Shell 1.9%