amansharma2910 / formica

A discord bot that collects and analyzes form data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgur Discord Django React Web Code Size Licesne issue

A discord form bot that lets you create forms and visualize the data via a web interface

Web Interface

Imgur

Discord Bot

Imgur

How to run locally

git clone https://github.com/felixfaisal/formica.git
cd formica
docker-compose build
docker-compose up 

Add Client ID and Client Secret

cd formica/backend/API/
touch .env

Add the following

CLIENT_ID= <ClientID> 
CLIENT_SECRET= <ClientSecret> 

Add Bot Secret Token

cd formica/bot/
touch .env

Add the following

TOKENT = <BotToken>

Contribution

Check out our Contribution Guidelines

About

A discord bot that collects and analyzes form data

License:MIT License


Languages

Language:Python 55.9%Language:JavaScript 31.3%Language:CSS 10.8%Language:HTML 1.6%Language:Dockerfile 0.3%Language:Shell 0.1%