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
Beyonic API Python official client library simplified examples using Flask, Django and Fast API.

Beyonic API Python official client library simplified examples using Flask, Django and Fast API.

A Telegram bot for remotely managing Binance Trade Bot

Binance Trade Bot Manager Telegram A Telegram bot for remotely managing Binance Trade Bot. If you have feature requests please open an issue on this r

Lorenzo Callegari 乐子睿 350 Jan 01, 2023
Yes, it's true :revolving_hearts: This repository has 301 stars.

Yes, it's true! Inspired by a similar repository from @RealPeha, but implemented using a webhook on AWS Lambda and API Gateway, so it's serv

511 Dec 30, 2022
The Best Telegram UserBot Made With Pyrogram [Python]

Asterix UserBot A Powerful Telegram userbot based on Pyrogram. How To Deploy Asterix Heroku Railway Qovery Termux Tutorial Railway Deploy Comming Soon

TeamAsterix 9 Oct 17, 2022
API Wrapper for seedr.cc

Seedr Python Client Seedr API built with 💛 by Souvik Pratiher Hit that Star button if you like this kind of SDKs and wants more of similar SDKs for o

Souvik Pratiher 2 Oct 24, 2021
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
AWS SQS event redrive Lambda

This repository contains the Lambda function to redrive sqs events from source to destination queue while controlling maxRetry per event.

1 Oct 19, 2021
Faux is a chatbot bridge between urbit and discord.

Faux Faux is a chatbot bridge between urbit and discord. Whenever a member posts in your discord group, a bot will echo their message in your urbit gr

10 Dec 27, 2022
Project template for using aws-cdk, Chalice and React in concert, including RDS Postgresql and AWS Cognito

What is This? This repository is an opinonated project template for using aws-cdk, Chalice and React in concert. Where aws-cdk and Chalice are in Pyth

Rasmus Jones 4 Nov 07, 2022
Framework for creating and running trading strategies. Blatantly stolen copy of qtpylib to make it work for Indian markets.

_• Kinetick Trade Bot Kinetick is a framework for creating and running trading strategies without worrying about integration with broker and data str

Vinay 41 Dec 31, 2022
SongBot2.0 With Python

SongBot2.0 Host 👨‍💻 Heroku 🚀 Manditary Vars BOT_TOKEN : Get It from @Botfather Special Feature Downloads Songs fastly and less errors as well as 0

Mr.Tanaji 5 Nov 19, 2021
NitroSniper - A discord nitro sniper, it uses 2 account tokens here's the explanation

Discord-Nitro-Sniper This is a discord nitro sniper, it uses 2 account tokens he

vanis / 1800 0 Jan 20, 2022
Asynchronous Python API Wrapper for phisherman.gg

Asynchronous Python API Wrapper for phisherman.gg

Qrista Labs 4 Apr 30, 2022
Бот Telegram для Школы в Капотне (ЦО № 1858)

co1858 Telegram Bot Активно разрабатывался в 2015-2016 году как учебный проект, с целью научиться создавать ботов для Telegram. Бот автоматически парс

Ilya Pavlov 4 Aug 30, 2022
A simple discord bot that generates facts!

fact-bot A simple discord bot that generates facts! How to make a bot Go to https://discord.com/developers/applications Then click on 'New Application

1 Jan 05, 2022
Kevin L. 3 Jul 14, 2022
Verify your Accounts by Tempphone using this Discordbot

Verify your Accounts by Tempphone using this Discordbot 5sim.net is a service, that offer you temp phonenumbers for otp verification. It include a lot

23 Jan 03, 2023
A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations)

YTPlaylistDL 📛 A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations) 🎯 Follow me and sta

Anjana Madu 43 Dec 28, 2022
Python client library for Google Maps API Web Services

Python Client for Google Maps Services Description Use Python? Want to geocode something? Looking for directions? Maybe matrices of directions? This l

Google Maps 3.8k Jan 01, 2023