If you like my work and want to support it, you can donate here :)
The bot has been broken as of the recent update of pokecord. New bot (a.k.a Nearix) is working 100%, but it is still not finished. You can check out latest updates and info at the discord server. Thanks for your patience.
(Keep track of the new bot at https://github.com/joker-ware/nearix-beta This version will soon be discontinued. I will rewrite the bot 100% from scratch in another language (Go) with improved stability, usability, reduced bugs , cleaner and with a massively easier setup process. Please be patient until I release it. For any updates you can join the discord server. https://discord.gg/UHVY23g
This version fixes the known error of no servers or channels showing on the webpage and KeyErrors on the console. Please let me know if any other error happens.
This update brings a1new awesome feature: Multi spam! Enable and disable spam in specific channels and set a delay for each of them! -The setup of the bot has been simplified
The bot is being updated and rewritten. Please add any suggestions in issues. Old suggestions will be considered too.
Current objectives:
Items marked with this line have already been completed.
Items marked with italic are being discussed.
- Add custom prefix support.
Simplify setup of the botAdd the option to spam on multiple channels- Discard pokemons by IV
- Make a video tutorial for Windows and
Linux
This video covers the bot setup, not the Python installation.
(OLD) Tutorial for MacOS here (NEW) Tutorial for Linux here
To manage the bot, go to your browser of preference after running joker.py and type http://localhost:5555
Please, if this is the first time you use this bot, select the guilds (or servers) where you want this bot to work, all of them come disabled by default. Go to the webpage and navigate to settings to enable them.
Please if you come from version 0.0.3 (without GUI) make sure to install the flask module.
FIXED POKEMON DETECTION ON 0.0.4b Dhash, imagehash, and python-resize-image are no longer needed. You can delete them by doing:
pip3 uninstall dhash imagehash python-resize-image
In your OS's terminal.
Added support to enable/disable guilds on which to catch pokemons. To enable or disable a guild, go to the bot management page and select Settings>Enable/Disable Guilds
Added support to set custom catching delay for each server
Can access it on settings.
If you like my work and want to support it, the best way is by adding a star to this project (top of the page) you don't know how happy that makes me. It also tells me to continue working on this project. Thank you!
Check future plans here! https://github.com/joker-ware/JokerCord/wiki
Welcome to JokerCord Pokécord SelfBot. This bot has been made by JokerWare and it is aimed for cheating the PokéCord Discord bot. Please be aware I am not responsible for any bans or problems caused by the usage of this bot. Use at your own risk.
This bot is under heavy development. I am aware some bugs can occur and there are things left to do (many of them are already being worked on), so let me thank you for stopping by and giving my project a shot. Remember that contributions are always appreciated. <3
What is JokerCord? JokerCord is a project made by joker-ware (a.k.a SteeW) to help people automatize and get advantage on the discord Pokecord bot. It comes with an useful built in Web Interface, which helps the user manage the bot. Currently, this is maintained only by one person, so any issue, idea or suggestion you make is more than welcome here.
Functionalities:
- Auto catch
- Set custom list to catch only some Pokemon's
- Modern Web Interface for easy management
- Auto spam
- Multi spam
- Enable/Disable auto catching on certain servers
- Set custom catch delay for each server
More things are going to be added as the development progresses. Remember, if you have any idea don't hesitate to post it on Issues!
You can see some captures in the bottom of this Readme.
Just make sure to have installed the last Python version. You can download it here:
Download the latest Python version
A brief list of the required libraries can be seen below.
If you wanna use this bot, just click on the green button that says "Clone or Download" and select Download to Zip. Extract the folder anywhere you like.
If you have never used Python, this will guide you through each step in order to make this bot work.
First of all, identify your Operating System (Windows, GNU/Linux, MacOS...)
Open a terminal session and run apt update:
sudo apt-get update
Install Python3 and Pip:
sudo apt-get install python3 && sudo apt-get install python3-pip
To install the required libraries, simply run pip as follows:
pip3 install discord.py requests flask
Lastly, to run JokerCord navigate to the downloaded folder:
cd /path/to/the/folder
Please make sure the path is the same as joker.py or else the bot will probably not work. Then run it with python3:
python3 joker.py
Firstly make sure to download Python from the link provided above. When installing check the box that says add Python to Path. After it finishes installing, you can open the Windows console by pressing ⌘R and typing
cmd
In the search box. After the console opens, you can install each library by typing:
pip3 install discord.py requests flask
NOTE This will not work if you didn't add Python to the PATH as referenced before. After installing all the dependencies, just close the terminal and open your File Manager. Go to the Downloaded folder and double click joker.py. You're done!
After you start joker.py, navigate to http://localhost:5555 to manage the bot, and go to Preferences to add your token.
Getting your token
This token is not a BOT token, but an USER token. Please follow this tutorial or else the token you might have gotten may not be valid
To get your discord token: Tutorial
Any bugs you find please consider sending them. Do notice this bot is in a very early beta stage so not all names will be correct.