The first python library for Dank Memer selfbots. Incredibly fast, secure, strong, and reliable.
Project description
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
- Discord
- Trello board
- Documentation: coming soon.
Special thanks
- ThePrivatePanda: An ex-maintainer of the project.
- All our other contributors, DankCord wouldn't have been what it is today without them.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DankCord-0.0.2.5.tar.gz
(13.0 kB
view details)
Built Distribution
File details
Details for the file DankCord-0.0.2.5.tar.gz
.
File metadata
- Download URL: DankCord-0.0.2.5.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09aef114dc049abb06a398b9f2bbc2af0ac19de8ec18a648ff475f0f3f73f228 |
|
MD5 | aaf6f093a7831a2ac91085dc6edf282b |
|
BLAKE2b-256 | 9785ef6d8a75f430edec6b19b0935ee21cd1863244080bbb9d3e68eab31d962c |
File details
Details for the file DankCord-0.0.2.5-py3-none-any.whl
.
File metadata
- Download URL: DankCord-0.0.2.5-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3f8a5fa156ea4c69840b6ff7a1433bb7cae7085198a05615dd1c9d9b7e6cd7c |
|
MD5 | 42b121ee6521da03ecac28d3c8a3493a |
|
BLAKE2b-256 | e21540f393f8006f0590a771c7b9b16e5ff6b1deb2fedcb95c0a664c979484bb |