DankMemer-Farmer - Autofarm Self-Bot for Discord bot Named Dankmemer.

Overview

DankMemer-Farmer

Autofarm Self-Bot for Discord bot Named Dankmemer.

Warning

We are not responsible if you got banned, since "self-bots" outside of the OAuth2/bot API is forbidden, and can result in an account termination if found, See Discord ToS

Requirements

  • PC or Laptop or Android (We Are Going to Explain Installation on Every Platform).

  • Python Download Here (for PC and Laptop).
    If you are using Mobile then use this app

Installation

Windows/Linux/Android:

Method 1:

Simply, dowload This repository by following these steps: Then, just unzip the zip file and move on to the next step

Method 2:

Windows/Linux Only
If you have GIT Installed, just open the CMD and Type:
git clone https://github.com/MoleTheDev/DankMemer-Farmer/edit/main/bot.py

Getting Your Token

To make the bot log into your account you need your Discord Token.


How to Get it?

Windows/Linux:

Click the Image and Follow the Video Instructions:


Android:

Simply, Click the Image And Follow the video Instructions:


Libraries

First, You Need to install the Required Modules:

Windows/Linux:

  • Open CMD or Terminal
  • Execute These Commands:
    pip install Discord
    pip install colorama

Android:

  • Open Pydroid3
  • Click and Click Pip
  • Download Repository Plugin From Google Play
  • Go to Install Section
  • Type Discord and Click INSTALL After Complete Message Appear, Move to Next Step.
  • Type colorama and Click INSTALL And Wait the Complete Message.

Running The Bot

Windows/Linux:

  • CD into the Files you Downloaded From This Repo (Adter Unzipping) Using cd DankMemer-Farmer
  • Then edit bot.py file using any text editor to add your token between the '' in token = '', Then Save It.
  • Run the Bot python bot.py

Android:

  • Open Pydroid3
  • Click Open File
  • Open bot.py file you already downloaded
  • Add your token in token = '' between ''
  • Now Click the Run Button!

**If You see You are Online Message, That Means The Bot is Online!

Farming

  • Open Discord and Make a Server for Farming And Invite Dank Memer
  • Buy a Shovel and Fishing rod and Rifle From Dank Memer Shop.
  • Type in the chat ?dankfarm and send, then type ?dankmemer and send it.
    Now Tou can see That the bot is auto-farming for you!

NOTE:

You Can use hosting services like Heroku to host the bot 24/7 for more profit.

Credit:

Pineapple#1000 Github Page

MOLE#2165 Github Page

Comments
  • new error about missing something intents

    new error about missing something intents

    sorry if im just dumb or something but when I run the program I get this error immediately.

    Traceback (most recent call last): File "C:\Dank Memer Autofarm\bot.py", line 7, in client = commands.Bot(command_prefix=prefix, self_bot=True) TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

    opened by asdfawjbhsdhbasjindh 7
  • Working great for a ffew hours or minutes until I got this error

    Working great for a ffew hours or minutes until I got this error

    the bot was working great for the past few days but when I run it now it gives me this error

    Ignoring exception in command farm: Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1042, in validate_conn conn.connect() File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 414, in connect self.sock = ssl_wrap_socket( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl.py", line 449, in ssl_wrap_socket ssl_sock = ssl_wrap_socket_impl( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\ssl.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 513, in wrap_socket return self.sslsocket_class._create( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1071, in _create self.do_handshake() File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 489, in send resp = conn.urlopen( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen retries = retries.increment( File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped ret = await coro(*args, **kwargs) File "C:\Dank Memer Autofarm\bot.py", line 19, in farm Hunt(channel_id, guild_id) File "C:\Dank Memer Autofarm\slashCommands.py", line 176, in Hunt req = requests.post('https://discord.com/api/v9/interactions', headers={"authorization": token}, json=payload) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 563, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\bot.py", line 939, in invoke await ctx.command.invoke(ctx) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 863, in invoke await injected(*ctx.args, **ctx.kwargs) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped raise CommandInvokeError(exc) from exc discord.ext.commands.errors.CommandInvokeError: Command raised an exception: SSLError: HTTPSConnectionPool(host='discord.com', port=443): Max retries exceeded with url: /api/v9/interactions (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:997)')))

    opened by asdfawjbhsdhbasjindh 6
  • ERROR. pls help

    ERROR. pls help

    I performed all the pre-requisites, but When Run command node src/index.js inside the DankMemer-Farmer folder in CMD the following error shows up. refer(image) error

    opened by suryansh00123 2
  • Works good, but too simple

    Works good, but too simple

    you dont really earn much from this but it still works good none the less

    some suggestions:

    • more farm tasks to do (I find the ones that pay a lot are more skill based, but that might be an issue since a self bot probably cant do those)
    • visual upgrades, like making the terminal title have stats for how many times you've done a task
    • stop command
    opened by Kitzoon 1
  • how do i fix

    how do i fix

    Traceback (most recent call last): File "C:\Dank Memer Autofarm\bot.py", line 2, in from slashCommands import * File "C:\Dank Memer Autofarm\slashCommands.py", line 3, in ws = websocket.WebSocket() TypeError: WebSocket.init() missing 3 required positional arguments: 'environ', 'socket', and 'rfile'

    This is the error that it gave me.

    opened by asdfawjbhsdhbasjindh 1
  • Buttons! (read the write please)

    Buttons! (read the write please)

    Ik your previous answer said not for now but this may come and be useful! https://github.com/Merubokkusu/Discord-S.C.U.M/blob/master/examples/buttons.py

    opened by UnPurgable 1
Releases(yes)
Owner
Mole
Interested in Automation idk why
Mole
A Bot To remove forwarded messages

Forward-Mess-Remover A Bot To remove forwarded messages. uses Remove forwarded messages from Group. Deploy To Heroku

SpamShield 5 Oct 14, 2022
Local community telegram bot

Бот на районе Телеграм-бот для поиска адресов и заведений в вашем районе города или в небольшом городке. Требует недели прогулок по району д

Ilya Zverev 32 Jan 19, 2022
A Multi-Tool with 30+Options.

A Multi-Tool with 30+Options.

Mervin404 15 Apr 12, 2022
Code release for Transferable Curriculum for Weakly-Supervised Domain Adaptation (AAAI2019)

TCL Code release for Transferable Curriculum for Weakly-Supervised Domain Adaptation (AAAI2019) Dataset Office-31 dataset, with 0.4 label noise Requir

THUML @ Tsinghua University 17 Jul 07, 2022
A Telegram Message Manager Bot by @AbirHasan2005

Messages-Manager-Bot A Telegram Message Manager Bot by @AbirHasan2005. This Bot can delete specific type of messages from Group. I specially use for @

Abir Hasan 32 Nov 12, 2022
An analysis of the efficiency of the COVID-19 vaccine

VaccineEfficiency 💉 An analysis of the efficiency of the COVID-19 vaccine 3 Methods 1️⃣ Compare country's vaccination data to number of day- to-day c

Stephanie Younes 1 Dec 10, 2021
Python Client for Yandex Cloud Logging

Python Client for Yandex Cloud Logging Installation pip3 install python-yandex-cloud-logging Creating a Yandex Cloud Logging Group yc logging group c

MCode 0 Dec 08, 2021
A FORKED AND Modded version of TL:GD for 🅱️3R0K🧲support

for support join here working example group Leech Here For Any Issues/Imrovements or Discussions go here or here Please Leave A star And Fork this Rep

XcodersHub 165 Mar 12, 2022
Create Discord Accounts Semi-Automatically Without Captcha Solving API Key

Discord-Account-Generator Create Discord Accounts Semi-Automatically without captcha solving api key IMPORTANT: Your chromedriver version should be th

NotSakshyam 11 Mar 21, 2022
A discord webhook client written in Python.

DiscordWebhook A discord webhook client written in Python. Installation pip install webhook-client Example from webhook_client import WebhookClient, E

Elijah 4 Nov 28, 2022
Python Business Transactions Library - ContractsPY

Python Business Transactions Library - ContractsPY Declare and define business transactions in Python. Use the contracts library to validate business

Arzu Huseynov 7 Jun 21, 2022
Python Twitter API

Python Twitter Tools The Minimalist Twitter API for Python is a Python API for Twitter, everyone's favorite Web 2.0 Facebook-style status updater for

2.9k Dec 29, 2022
A python script that can send notifications to your phone via SMS text

Discord SMS Notification A python script that help you send text message to your phone one of your desire discord channel have a new message. The proj

2 Apr 25, 2022
Spore Api

SporeApi Spore Api Simple example: import asyncio from spore_api.client import SporeClient async def main() - None: async with SporeClient() a

LEv145 16 Aug 02, 2022
A program that generates discord.py code

discord-py-generator A program that generates discord.py code Setup in cmds.txt file add your user id, client id and bot token you can change the bot

3 Dec 15, 2022
Super Fast Telegram UserBot Made With Python.

Description Super Fast Telegram UserBot Made With Python. LOGO Made With Support of All Userbots Dev's Dark-Venom is a Light-Weight Userbot. It's unde

2 Sep 14, 2021
Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram.

✨ SpamProtectionRobot ✨ Anti Spam/NSFW Telegram Bot Written In Python With Pyrogram. Requirements Python = 3.7 Install Locally Or On A VPS $ git clon

Akshay Rajput 46 Dec 13, 2022
Send alert to telegram use telegram cli

Run standalone: Rename conf.yml.example to conf.yml Change block cli(Add your api_id and hash) Install requirements.txt Run python AlertManagerTG.py I

Eugene Arkharov 1 Nov 12, 2021
A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py)

Articuno (discord-interactions) A small and fun Discord Bot that is written in Python and discord-interactions (with discord.py) Get started If you wa

Blue 8 Dec 26, 2022
Telegram client written in GTK & Python

Meowgram GTK Telegram Client 🐱 Why Meogram? Meowgram = Meow + Gram :D Meow - Talking cats sound. It's a symbol of unique and user friendly UI of clie

Artem Prokop 71 May 04, 2022