@voicybot payments and stats service
This repository contains the code for voicybot.com payments service. It was used to process payments with stripe for Google Speech recognition seconds, however has retired to serve stats about the bot for voicybot.com. If you are looking for any other @voicybot repositories, please proceed to the main repository.
- Clone this repo:
git clone https://github.com/backmeupplz/voicy-payments
- Launch the mongo database locally (preferably connect to the local instance of @voicybot database)
- Create
.env
file withVOICY_MONGO_DB_URL
,ADMIN_CHAT
,STRIPE_TOKEN
andTELEGRAM_TOKEN
- Run
npm i
in the root folder - Run
npm run start
Any commit pushed to master gets deployed to voicybot.com via CI Ninja.
MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!