mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 01:51:22 +01:00
1.3 KiB
1.3 KiB
Titan
There was a time when Discord doesn't support embedding the chat on a webpage. But with Titan, you can! It is as simple as 1, 2, 3!
- Invite the bot to your server (You must have "Manage Server" permissions)
- Configure the embed to your liking (toggling guest users, etc)
- Copy the iframe code and paste the line in your webpage!
Features
- Guest users (a quick way to invite users who do not have a Discord account)
- Moderation Features (Kick & ban users by IP addresses, toggling guest users)
- Discord OAuth support. (Allows those who have a discord account to access the embed)
- Responsive material design! (Thanks materializecss!!)
- All features are done via REST apis (respects discord's rate limiting). Although do not provide consistant connection to Discord, they are easier to maintain and does not often "disconnects" from Discord servers.
Installation
Would you like to run your own copy of Titan Embeds?
- Clone the repo
- Install the pip requirements
pip install -r requirements.txt
- Clone
config.example.py
and rename it toconfig.py
. Edit the file to your standards - Run the development web via
python run.py
-- Though we suggest to use a better server software (look into gunicorn, nginx, etc)
Join us!
Come and talk with us at our very own discord server! We offer support too!