https://github.com/maxi-schaefer/animated-discord-status
Change your discord status, with delay
https://github.com/maxi-schaefer/animated-discord-status
Last synced: about 1 year ago
JSON representation
Change your discord status, with delay
- Host: GitHub
- URL: https://github.com/maxi-schaefer/animated-discord-status
- Owner: maxi-schaefer
- License: mit
- Created: 2022-07-18T14:17:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T19:08:49.000Z (over 2 years ago)
- Last Synced: 2025-06-16T01:40:33.724Z (about 1 year ago)
- Language: Python
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# animated-discord-status
Change your discord status, with delay
---

## ❗️ | Installation
!! You need python installed to use this application !!
1. Install requirements
```
python3 -m pip install -r requirements.txt
```
2. Start the application
```
./start.bat
```
## 📜 | Config
```json
{
"token": "YOUR_TOKEN_HERE",
"statuses": [
{
"status": "I ♥️ coding",
"emoji": "💻"
},
{
"status": "I ♥️ coding",
"emoji": "⚒️"
}
],
"timeBetweenChange": 20
}
```