Self-Hostable version of Dink to Sheets
tl;dr: 0. Have the dink plugin configured
-
Edit .env file to add your tokens (will add a dummy one with what fields need to be filled)
-
Format Google Sheet to match the template (or just make a copy)
-
Edit pointsConfig.json to your liking
-
run
npm run dev
in powershell from your project folder and, assuming all variables are in place, it should spin up and start watching your discord channels for dink notifications to push!
TO-DO:
- Template .env
- Template Google Sheet
- Requirements.txt
- CLI to install dependencies and prompt user for necessary information
- BINGO
- Actually write instructions