formica
formica copied to clipboard
A discord bot that collects and analyzes form data
Assuming the form data received on the frontend has an epoch timestamp, we could visualize the data on the frontend by displaying the number of responses received per day as...
### Description Added flake8 linter and black formatter in workflow using lint.yml and black.yml Fixes #71 ### Checklist: - [ ] My PR follows the style guidelines of this project...
**Context**: When a user submits a form, the bot sends an alert message to a specified channel (based on the given channel id). Right now, that channel is hard coded....