balena-io-experimental / meetbot

A Google Meet bot to make meetings frictionless
GNU Affero General Public License v3.0
31 stars 13 forks source link

Get meetbot deployment ready #37

Closed vipulgupta2048 closed 2 years ago

vipulgupta2048 commented 2 years ago

Changed and documented a few things up to make it easier to deploy meetbot. The flow is to create a .env file containing information to run meetbot either in development or production. Check README.

I also created a script to create token.json files specifically as a module that other Google-related logic can use. Check README for that.

Hades32 commented 2 years ago

Why did you delete the package-lock?

vipulgupta2048 commented 2 years ago

@Hades32 Didn't delete the package-lock, if you see the changes. I downgraded it again to be package-lock version 1. Check comment here: https://github.com/balena-io-playground/meetbot/pull/30