Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netgian/real-time-clock-discord-status
https://github.com/netgian/real-time-clock-discord-status
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/netgian/real-time-clock-discord-status
- Owner: netgian
- Created: 2022-04-11T00:08:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T23:02:37.000Z (8 months ago)
- Last Synced: 2024-03-06T00:23:18.699Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real Time Clock Discord Status
You must provide your Discord Token.
```python
token = 'Put your token here'
```
Install the requests module
```yaml
pip install requests
```If you want to run the script every time your computer starts:
- Press `win + r`
- Type `shell:startup`
- Enter the directory
- Create a python script with the extension `.pyw`
- Paste the code, and make sure to put your Discord Token