Skip to main content

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.

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 or Docs.

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


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.5.tar.gz (48.5 kB view details)

Uploaded Source

Built Distribution

pynext-1.0.5-py3-none-any.whl (81.6 kB view details)

Uploaded Python 3

File details

Details for the file pynext-1.0.5.tar.gz.

File metadata

  • Download URL: pynext-1.0.5.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

Hashes for pynext-1.0.5.tar.gz
Algorithm Hash digest
SHA256 32b75e07e7e5b58c8022e3230569d2aeef55d0eb1e8ddf4cd5d405eff9c23809
MD5 bd6f20c96bdc9c922bd1abef557915e2
BLAKE2b-256 7c424cac3b8193ef09b52833e4e14c1a22e8262b58a64338ffa49881a4d5331a

See more details on using hashes here.

File details

Details for the file pynext-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: pynext-1.0.5-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

Hashes for pynext-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a892a650ae8d937f8821ce0dc86ae02e4f28fb2f23e3a4a31b6777851182274f
MD5 ac78b65a7e24533b2f10fe3c701ed009
BLAKE2b-256 217628761b21f1ae7131b30b5193395cbe7dc9259cd7ed28b0d47999c66f6179

See more details on using hashes here.

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