Auto leveling, catching and trading bot for pokecord
This project was fun to make, however I am not interested anymore. Anyone is welcome to open a PR or continue work on this project.
- Clone the repo
- Run
npm run-script build
- On Chrome:
- Open the Extension Management page by navigating to chrome://extensions.
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the
build
directory.
- On Firefox:
- Navigate to about:debugging.
- Find and press the
Load Temporary Add-on
button. - Select the
manifest.json
in thebuild
directory
- Open Discord in your browser and open the console. You should see
[PCB] Client Ready
with more instructions.
To update the hashes used for detecting pokemon open the console of the background script, call calcHashes(), wait for the process to finish and the copy the resulting json into /src/data/hashes.json
master
dev
/feature/[Issue Nr]-[Name]
For each US create a feature branch /dev/feature/4-AutoLevelList
for example
Once US is finished and stable create pull request into dev.
Pull requests need to be approved by @Qendolin
Clone repo and run dev-setup.bat
MVC
use hyphens -
and lower case for folder names
use PascalCase for files
#commits
[Issue Nr]: [Commit message]