Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

dcbot-online

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dcbot-online

great package

pipPyPI
Version
0.1.0
Maintainers
1

A Modern, Easy to Use, Feature-Rich, and Async Ready API Wrapper for Discord's User API (Python)

Note:

  • Automating user accounts is against the Discord ToS. This library is a proof of concept and I cannot recommend using it. Do so at your own risk.

Fork Changes

These changes have become too numerous to mention, so check out our docs.

Key Features

  • Modern Pythonic API using async and await.

  • Proper rate limit handling.

  • Optimised in both speed and memory.

  • Mostly compatible with the upstream discord.py.

  • Prevents user account automation detection.

  • Implements vast amounts of the user account-specific API. Some of the features include:

    • Sessions
    • Read states
    • Connections
    • Relationships
    • Experiments
    • Protobuf user settings
    • Application/team management
    • Store/SKUs/entitlements
    • Billing (e.g., subscriptions, payments, boosts, promotions, etc.)
    • Interactions (slash commands, buttons, etc.)

Installing

Python 3.8 or higher is required.

To install the library without full voice support, you can just run the following command:

Note:
A Virtual Environment is recommended to install the library, especially on Linux where the system Python is externally managed and restricts which packages you can install on it.

Install Commands:

Linux/macOS:

python3 -m pip install -U discord.py-self

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts