Current Status : Incomplete
Status Embed is an awesome open source api and a bot that lets you embed your status into github's README.md file or almost anywhere with image support.
- Realtime Update
- Easily Self-Hosted
- Customisable
- Never tracks data
- https://discord.gg/qEYbuWu5NE (Join this server or it will not work)
- Go to
statusembed.theindiandev.in/api/<your-user-id>
for API and for the imagestatusembed.theindiandev.in/api/<your-user-id>.png
.
- Install Python Version >= 3.7 on your server.
- Create a new bot and turn on all the intents.
- Add the bot to your server (Check tutorials on YouTube if you can't do it yourself).
- Run this command:
git clone https://github.com/the-indian-dev/status-embed
cd status-embed
python3 -m pip install -r requirements.txt
EXPORT DISCORD_TOKEN=<your token here>
EXPORT GUILD_ID=<server id here>
python main.py
Lisenced under MIT. Have fun! Please star the project if you liked it.