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!

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


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

Uploaded Source

Built Distribution

pynext-1.0.1-py3-none-any.whl (80.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

Hashes for pynext-1.0.1.tar.gz
Algorithm Hash digest
SHA256 63ba6ef466190e1ac33c322c27ffaed1530c566143f5a94cef5d5cbc5388a766
MD5 f83371e241d225867a56690b04ef939f
BLAKE2b-256 cfb96ce98da1d46290d3d1366823305ad0d8e98d9e913c5a8718b7190f104544

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pynext-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 80.1 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f9b4ee292b6a90ad0377666891abacc9e61d4e6e4b9155ddbf10095fb75d957
MD5 f87402fd776092c0dd491b8287d25df9
BLAKE2b-256 c89f26c37d0dcb880670e067c743e1170d3c73f7c635acef68c28271de162d78

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