Library that will allow you to manage selfbots.
Project description
Pynext - Discord API Wrapper for Discord selfbots.
⚠️ Project only for educational purposes!
⚠️ Project is still under development. It may contain bugs, and future updates will bring breaking changes.
💢 Requirements
Python 3.9 or newer
🔧 Pynext Features
-
Modern Pythonic API using
async
andawait
. -
Proper rate limit handling.
-
Optimised in both
speed
andmemory
. -
Properly typehinted.
-
Support for multiple accounts.
🛠️ Installation
pip install -U pynext
💫 Example
See more examples on github: JUMP!
import pynext
client = pynext.PynextClient(chunk_guilds=False)
@client.gateway.event('on_user_ready')
async def on_ready(user: pynext.SelfBot):
print("User: {} is ready!".format(user))
guild: pynext.Guild = await user.fetch_guild(guild_id=123)
await guild.owner.send(user, content='Hello owner!')
client.run('TOKEN_1', 'TOKEN_2')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pynext-1.0.2.tar.gz
(46.3 kB
view details)
Built Distribution
pynext-1.0.2-py3-none-any.whl
(80.0 kB
view details)
File details
Details for the file pynext-1.0.2.tar.gz
.
File metadata
- Download URL: pynext-1.0.2.tar.gz
- Upload date:
- Size: 46.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae9e3dac1863e5da070db6a1427633e432d2d96b73fdef631053a5a24efd77ff |
|
MD5 | 6e73f828411fcbfc55dc84d07f173c54 |
|
BLAKE2b-256 | 259a24445ae61f7e0d27c8f46d2e1b78eed9f67a8e0719a140c4d7e6cfeb716b |
File details
Details for the file pynext-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pynext-1.0.2-py3-none-any.whl
- Upload date:
- Size: 80.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 949ecae53f9f391a99047f0a7bacbd115a8f875cfa1051fcd585edb6dc347afe |
|
MD5 | fd63bf2317c0642f200879ac1ff4f9f2 |
|
BLAKE2b-256 | d6f6b4fce3ebdcd9e296ae0e55f40e68bf5d44fa0acfdc7a37748a8ba42da72e |