Skip to main content

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.

License

PyPI - Downloads

GitHub commit activity

GitHub last commit (branch)

💢 Requirements

Python 3.9 or newer

🔧 Pynext Features

  • Modern Pythonic API using async and await

  • Proper rate limit handling

  • Optimised in both speed and memory

  • Properly typehinted

  • Support for multiple accounts.

🛠️ Installation

pip install -U pynext

💫 Example

See more examples on github: JUMP!

from pynext import PynextClient, SelfBot



client = PynextClient()



@client.gateway.event('on_user_ready')

async def on_ready(user: SelfBot):

    print(f"Selfbot: {user.username} is ready!")



client.run("TOKEN_1", "TOKEN_2")

Project details


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.0.tar.gz (46.2 kB view hashes)

Uploaded Source

Built Distribution

pynext-1.0.0-py3-none-any.whl (80.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page