Skip to content

dev2919/formica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 55.9%
  • JavaScript 31.3%
  • CSS 10.8%
  • HTML 1.6%
  • Other 0.4%