Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakovskiy/discord_user.py
Discord User API on Python
https://github.com/zakovskiy/discord_user.py
api discord discord-bot discord-user ds uer
Last synced: 13 days ago
JSON representation
Discord User API on Python
- Host: GitHub
- URL: https://github.com/zakovskiy/discord_user.py
- Owner: Zakovskiy
- License: mit
- Created: 2021-01-20T13:29:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T08:26:41.000Z (over 2 years ago)
- Last Synced: 2024-12-06T00:18:02.040Z (18 days ago)
- Topics: api, discord, discord-bot, discord-user, ds, uer
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord_user.py
Discord User API on Python# Install
```
pip3 install discord_user.py
```# Import and Auth
```python
from discord_user import discord_userDS = discord_user.Client("your email", "your password")
```### [Telegram](https://t.me/zakovskiy)