Library that will allow you to manage selfbots.
Project description
Pynext - Discord API Wrapper for 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')
📃 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.3.tar.gz
(47.8 kB
view details)
Built Distribution
pynext-1.0.3-py3-none-any.whl
(81.3 kB
view details)
File details
Details for the file pynext-1.0.3.tar.gz
.
File metadata
- Download URL: pynext-1.0.3.tar.gz
- Upload date:
- Size: 47.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3fe435b5e94c6919d5f40404c8d4058b98ca56bf96c35e7119edb101ac6495f |
|
MD5 | d311e81e698c49ef17a5dacc7964e9d4 |
|
BLAKE2b-256 | 93f8f10514a1b69991a53e8a154a96997271456cd91fd09a1d8c277999f9b709 |
File details
Details for the file pynext-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: pynext-1.0.3-py3-none-any.whl
- Upload date:
- Size: 81.3 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 | bdb28575adac6415aa496e940d9420f08767104a9a5444bf182c9e12c56ddc23 |
|
MD5 | df9abb392f76cf20933bd919aab5ff3e |
|
BLAKE2b-256 | e523f255bcb6f3ceb56e18a96b4714bfa519427794e179bddfae7abe7a108089 |