Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 997 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 997 Bytes

MasseyHacks Verification Bot

MasseyHacks Verification Bot - Build and Publish to Docker

A Discord verification bot that uses emails from a Google Sheet to verify users on a Discord server. Tracks emails that have already been used to verify a user. Also integrates with the MasseyHacks VI Activities points system.

Licensed under MIT.

Requires credentials.json and token.json in the data directory for Google Sheets API.

Requires .env (also in the data directory) for all other configuration. Use .env.template as a guide.

If you are running the Docker image, you will need to generate token.json first, then mount all three files in a directory to /home/node/app/data as the container will not have permission to write to the data directory and you probably don't want to build an image with those files included.