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
Find the best repos to contribute to, right from Discord!

repo-finder-bot Find the best repos to contribute to, right from Discord! Add to your server FAQs Hmm. What's this? This is the Repo Finder Bot, a bot

Skyascii 61 Dec 25, 2022
A telegram bot to interact with a Minecraft Server

telegram-mc-bot A telegram bot to interact with a Minecraft Server It has the following commands: /status - Returns the server status (Online/Offline)

KleynArt 1 Dec 09, 2021
domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.

domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time

Naufal Ardhani 59 Dec 04, 2022
A discord token creator that uses the service capmonster for captcha solving!

Discord Token Creator A discord token creator that uses the service capmonster for captcha solving! Report Bug · Request Feature Features Autojoin dis

dropout 41 Oct 25, 2021
The purpose of this bot is to take soundcloud track requests, that are posted in the stream-requests channel, and add them to a playlist, to make the process of scrolling through the requests easier for Root

Discord Song Collector Dont know if anyone is actually going to read this, but the purpose of this bot is to check every message in the stream-request

2 Mar 01, 2022
PunkScape Discord bot to lookup rarities, create diptychs and more.

PunkScape Discord Bot A Discord bot created for the Discord server of PunkScapes, a banner NFT project. It was intially created to lookup rarities of

Akuti 4 Jun 24, 2022
WikipediaBot from mohirdev.uz

wiki-bot WikipediaBot from mohirdev.uz Requirements wikipedia aiogram Installing wiki/aiogram pip install wikipedia pip install aiogram

Muhammad Ali 5 Sep 28, 2022
Using multiple API sources, create an app that allows users to filter through random locations based on their temperature range choices.

World_weather_analysis Overview Using multiple API sources, create an app that allows users to filter through random locations based on their temperat

Jason Boyer 2 Sep 16, 2022
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

OpenAPI Generator Master (5.3.1): 5.4.x (5.4.x): 6.0.x (6.0.x): ⭐ ⭐ ⭐ If you would like to contribute, please refer to guidelines and a list of open t

OpenAPI Tools 14.8k Jan 04, 2023
Univerity-student oriented (lithuanian) discord bot

Univerity-student oriented (lithuanian) discord bot

3 Nov 30, 2021
Asca - Antiscam Discord Bot With Python

asca Antiscam Discord Bot Asca moderates scammers and deletes scam messages Opti

11 Nov 01, 2022
DankMemer-Farmer - Autofarm Self-Bot for Discord bot Named Dankmemer.

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

Mole 16 Dec 14, 2022
This bot will automatically like and follow users that post under a specified hashtag

Instagram-bot This bot will automatically like and follow users that post under a specified hashtag Dependencies Java JDK Selenium Updated version of

Makana Edwards 1 Nov 04, 2021
Discord group chat spammer concept.

GC Spammer [Concept] GC-Spammer for https://discord.com/ Warning: This is purely a concept. In the past the script worked, however, Discord ratelimite

Roover 3 Feb 28, 2022
Use Node JS Keywords In Python!!!

Use Node JS Keywords In Python!!!

Sancho Godinho 1 Oct 23, 2021
Fun telegram bot =)

Recolor Bot About Fun telegram bot, that can change your hair color. Preparations Update package lists sudo apt-get update; Make sure Git and docker-c

Just Koala 4 Jul 09, 2022
Python implementation of Spotify's authorization flow.

Spotify API Apps 🎷 🎶 🎼 This repository consists of many strange codes that make you think why the hell this guy doing this. Well... I got some reas

5 Dec 17, 2021
Some Discord bot block bad words, with this simple hacking tool you will be able to bypass blacklisted words

DISCORD-BAD-WORD-BYPASS-2022 DISCORD BLACKLISTED WORDS HACKING/BYPASS (EDUCATIONAL PURPOSES ONLY) bypass discord blacklisted words. Description Some D

6 Nov 20, 2022
An open-source Discord bot that alerts your server when it's Funky Monkey Friday!

Funky-Monkey-Friday-Bot An open-source Discord bot that alerts your server when it's Funky Monkey Friday! Add it to your server here! https://discord.

Cole Swinford 0 Nov 10, 2022