An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# animated-discord-status
Change your discord status, with delay

---

![demo](./images/demo.png)

## ❗️ | 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
}
```