https://github.com/klubuntu/discordstatuschangerpy
Change status, using Discord API v9
https://github.com/klubuntu/discordstatuschangerpy
Last synced: about 1 month ago
JSON representation
Change status, using Discord API v9
- Host: GitHub
- URL: https://github.com/klubuntu/discordstatuschangerpy
- Owner: Klubuntu
- Created: 2022-11-02T22:43:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T19:13:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T22:20:58.351Z (3 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Status Changer Python Library
#### 🏫 Use only for educational purposes
### ✅ Requirements
``python3 > 3.6`` : [Download Python Latest Version](https://www.python.org/downloads/)``pip install requests``
``Copy Discord auth_token:`` [Get Authtoken](https://github.com/Klubuntu/DiscordStatusChangerPy/blob/main/docs/get_authtoken.MD)
### 💻 Example Usage (check status_example.py):
```python
from status_user import *
# changeStatus("your_auth_token", "STATUS_NAME" , "UNICODE_EMOJI", UNIX_TIME)
changeStatus("your_auth_token", "TEST1" , "💡", 1667428883)
```
##### Other Examples ([status_aboutme.py](https://github.com/Klubuntu/DiscordStatusChangerPy/blob/main/status_aboutme.py))
##### Main API ([status_user.py](https://github.com/Klubuntu/DiscordStatusChangerPy/blob/main/status_user.py))### 🔎 Helpful pages
[All Emoji Unicode List](https://unicode.org/emoji/charts/full-emoji-list.html)
[Unix Time Converter/Generator](https://www.unixtimestamp.com/index.php)