https://github.com/kav-k/statusfetcher
A lightweight system that allows you to fetch your discord status externally and display it anywhere you want.
https://github.com/kav-k/statusfetcher
Last synced: 8 months ago
JSON representation
A lightweight system that allows you to fetch your discord status externally and display it anywhere you want.
- Host: GitHub
- URL: https://github.com/kav-k/statusfetcher
- Owner: Kav-K
- Created: 2021-01-07T02:52:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T02:58:40.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T15:12:35.858Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StatusFetcher
A lightweight system that allows you to fetch your discord status externally and display it anywhere you want. This doesn't really provide any real value, I just thought it was cool.# Components
## Python
The python components are a discord bot. This bot works right out of the box, all you need to do is invite the discord bot to your server, and create a .env file that has a token called DISCORD_TOKEN = "TOKEN HERE"This discord bot will connect to the server that you're on and will create a web interface to retrieve a user ID's status remotely
## Middleware
In case you can't access the web interface created by your python bot instance directly (for instance, if it breaks your SSL or you would need to change CORS settings to do it), you can use the PHP middleware and it will proxy the connection.## Javascript
The javascript code dynamically updates a dom element of your choice every X seconds with your discord status.