{"id":23413705,"url":"https://github.com/theabdosabbagh/dankcord","last_synced_at":"2025-04-12T05:44:01.991Z","repository":{"id":64041749,"uuid":"572851996","full_name":"theAbdoSabbagh/DankCord","owner":"theAbdoSabbagh","description":"The first python library for Dank Memer selfbots. Incredibly fast, secure, strong, and reliable.","archived":false,"fork":false,"pushed_at":"2023-01-08T18:07:49.000Z","size":191,"stargazers_count":16,"open_issues_count":7,"forks_count":4,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-04-04T04:30:28.470Z","etag":null,"topics":["dank","dank-memer","dankmemer"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/DankCord/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theAbdoSabbagh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-01T06:59:18.000Z","updated_at":"2024-01-29T02:52:29.000Z","dependencies_parsed_at":"2023-01-14T19:45:42.712Z","dependency_job_id":null,"html_url":"https://github.com/theAbdoSabbagh/DankCord","commit_stats":null,"previous_names":["temphiddenacc/dankcord","sxvxgee/dankcord","theabdosabbagh/dankcord"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAbdoSabbagh%2FDankCord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAbdoSabbagh%2FDankCord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAbdoSabbagh%2FDankCord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theAbdoSabbagh%2FDankCord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theAbdoSabbagh","download_url":"https://codeload.github.com/theAbdoSabbagh/DankCord/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525156,"owners_count":21118616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dank","dank-memer","dankmemer"],"created_at":"2024-12-22T19:55:17.912Z","updated_at":"2025-04-12T05:44:01.970Z","avatar_url":"https://github.com/theAbdoSabbagh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![DankCord](https://raw.githubusercontent.com/Sxvxgee/DankCord/master/assets/DankCord.png)\n\n[![Discord Server](https://discord.com/api/guilds/1046759026807013376/embed.png)](https://discord.gg/XaQ6FAP3sm/)\n[![PyPi version](https://img.shields.io/pypi/v/DankCord.svg)](https://pypi.org/user/Sxvxge/)\n[![PyPI download month](https://img.shields.io/pypi/dm/DankCord.svg)](https://pypi.org/user/Sxvxge/)\n\n# DankCord - The first python library for Dank Memer selfbots!\nMy 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.\n\n# Installing\n```sh\n# linux/macOS\npython3 -m pip install -U DankCord\n\n# windows\npip install -U DankCord\n```\nTo install the Github version, do the following:\n```sh\n$ git clone https://github.com/Sxvxgee/DankCord\n$ cd DankCord\n$ python3 -m pip install -U .\n```\n# Quick Example\n```py\nfrom typing import Optional\n\nfrom DankCord import Client, Config\nfrom DankCord.Objects import Message\nfrom pyloggor import pyloggor\n\nbot = Client(\n    Config(\"TOKEN\", 00000000000), # Second argument is channel ID, must be int\n    pyloggor(\n        show_file=False,\n        show_topic=False,\n        show_symbol=False,\n        show_time=False,\n        title_level=True,\n        level_adjustment_space=9,\n    ),\n)\nmessage: Optional[Message] = bot.core.fish()\nmessage: Optional[Message] = bot.core.beg()\nmessage: Optional[Message] = bot.core.hunt()\nmessage: Optional[Message] = bot.run_command(name = \"settings\")\nmessage: Optional[Message] = bot.run_sub_command(name = \"advancements\", sub_name = \"prestige\")\n```\n\n# Links\n- [Discord](https://discord.gg/XaQ6FAP3sm)\n- [Trello board](https://trello.com/b/0M9SDJH6/dankcord)\n- Documentation: coming soon.\n\n# Special thanks\n- [ThePrivatePanda](https://github.com/ThePrivatePanda): An ex-maintainer of the project.\n- All our other contributors, DankCord wouldn't have been what it is today without them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheabdosabbagh%2Fdankcord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheabdosabbagh%2Fdankcord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheabdosabbagh%2Fdankcord/lists"}