The first python library for Dank Memer selfbots. Incredibly fast, secure, strong, and reliable.


Keywords
bot, automation, discord, discord-bot, dank-memer, dankmemer, dank-memer-farm, dank-memer-farmer, dank-memer-coins, dank-memer-coins-farmer, dank
License
MIT
Install
pip install DankCord==0.0.2.5

Documentation

DankCord

Discord Server PyPi version PyPI download month

DankCord - The first python library for Dank Memer selfbots!

My vision for this library is to be able to help people create their very own selfbots related to Dank Memer, and even create autofarms based on this library, instead of having to use other libraries such as discord.py-self as others can be slow, use lots of memory, and the user would have to code many things on their own from scratch.

Installing

# linux/macOS
python3 -m pip install -U DankCord

# windows
pip install -U DankCord

To install the Github version, do the following:

$ git clone https://github.com/Sxvxgee/DankCord
$ cd DankCord
$ python3 -m pip install -U .

Quick Example

from typing import Optional

from DankCord import Client, Config
from DankCord.Objects import Message
from pyloggor import pyloggor

bot = Client(
    Config("TOKEN", 00000000000), # Second argument is channel ID, must be int
    pyloggor(
        show_file=False,
        show_topic=False,
        show_symbol=False,
        show_time=False,
        title_level=True,
        level_adjustment_space=9,
    ),
)
message: Optional[Message] = bot.core.fish()
message: Optional[Message] = bot.core.beg()
message: Optional[Message] = bot.core.hunt()
message: Optional[Message] = bot.run_command(name = "settings")
message: Optional[Message] = bot.run_sub_command(name = "advancements", sub_name = "prestige")

Links

Special thanks

  • ThePrivatePanda: An ex-maintainer of the project.
  • All our other contributors, DankCord wouldn't have been what it is today without them.