Library that will allow you to manage selfbots.
Project description
Pynext - Discord API Wrapper for selfbots written from scratch in Python.
⚠️ 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')
🧷 Links
📃 Todo
-
Support for multiple accounts.
-
Discord connection support on the voice channel.
-
Slash commands and other interaction stuff handling.
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.4.tar.gz
(48.5 kB
view details)
Built Distribution
pynext-1.0.4-py3-none-any.whl
(81.6 kB
view details)
File details
Details for the file pynext-1.0.4.tar.gz
.
File metadata
- Download URL: pynext-1.0.4.tar.gz
- Upload date:
- Size: 48.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b6ced0561b5f814d6c02cc9e6e448b01f930988b776f884a97ee41cd8fba5fc |
|
MD5 | 5accec4d1e8bee2e1cbd3a395b991337 |
|
BLAKE2b-256 | da1ca0c236190ced365757451406894f9d0d86e8b1e89565678b8e8d03362532 |
File details
Details for the file pynext-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: pynext-1.0.4-py3-none-any.whl
- Upload date:
- Size: 81.6 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 | 7540c5ef72d3e07d23b9ea0d1724b73fb6d159a45cce8ff41b93860dc9e57999 |
|
MD5 | fec3c161999a96e773eb2cca04806a34 |
|
BLAKE2b-256 | 066f12789c49da54ef008295c94addc0c4a39ecb2b86219797dc45c4533de5f9 |