wbelucky / time-track-discord-to-spreadsheet

time-track-app for discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time-track-discord-to-spreadsheet

This is a discord bot that records the time spent in the discord in a spreadsheet.

The time when you enter the voice chat is written in the range A2:A, and the time when you exit is written in the range C2:C. The range can be aggregated in a pivot table by day, etc., and visualized in a graph.

Requirements

  1. You need to create gcp project, add spreadsheet API to the project and create service account.
  • put credentials/secret.json
  1. You need to create discord bot.
  2. run cp .env.sample .env and fill .env

About

time-track-app for discord


Languages

Language:Go 90.6%Language:Dockerfile 9.4%