Create Discord server widgets for websites of all sizes! A simple to setup process for end-users. Server members may view or send messages into an embedded Discord channel.
Go to file
2017-04-04 06:18:28 +00:00
htmltests Basic embed interface + login to embed client 2017-04-04 05:53:27 +00:00
titanembeds Automatically fetching data with the server 2017-04-04 06:18:28 +00:00
.gitignore Very basic proof of concept, able to post and recieve messages 2017-01-16 15:03:49 -08:00
config.example.py Initial configuration example 2017-03-26 02:30:16 -07:00
README.md Add mysqlpython to readme 2017-03-31 07:48:14 +00:00
run_c9.py Add Cloud9 development running support 2017-03-31 07:34:06 +00:00
run.py Add Cloud9 development running support 2017-03-31 07:34:06 +00:00
storage.txt Basic dashboard support for Authenticated users 2017-03-25 00:52:56 -07:00

Titan

Discord webpage embedded client

Required PIP Packages

  • flask-sqlalchemy
  • cachetools
  • Flask-Cache
  • flask_limiter
  • requests_oauthlib
  • mysql-python