A Dubtrack Bot using DubAPI
- Node >= 18.0.0
Note - Windows 10 users may need to npm install --global --production windows-build-tools
first
npm install
- Create a new app in Firebase and export the service account credentials as json, rename it to
serviceAccountCredentials.json
and place it inside the private folder. It's in the Permissions settings somewhere. Firebase Console for your project -> Permissions -> Service Accounts -> Create Service Account, then follow the steps, give it "project -> editor" permissions, then download and rename the JSON it provides. - Create
settings.js
, see README.md in /private for more details, replacing each variable with your credentials and place that inside theprivate
folder as well node index
TODO: include PM2 instructions here
- anjanms/DubAPI by @anjanms
- NitroGhost/dubbot-starter by @NitroGhost
- And most important, coryshaw1/SteveBot by @coryshaw1