discord.py-self is a Python API wrapper forked from discord.py and adapted for Discord user-account APIs. It provides an async-ready Python interface with familiar patterns for developers who know the original discord.py ecosystem. The library includes rate limit handling, performance-oriented implementation choices, upstream compatibility goals, and coverage for many user-specific Discord systems. It supports areas such as sessions, read states, relationships, connections, interactions, application management, and other account-level features. The project clearly warns that automating user accounts violates Discord’s Terms of Service and is not recommended. It is best viewed as a proof-of-concept or research-oriented fork rather than a safe replacement for official Discord bot libraries.
Features
- Python user API wrapper
- Async and await interface
- discord.py-style developer patterns
- Rate limit handling
- User-account API coverage
- High-risk proof-of-concept positioning