Skip to content

nickagliano/bub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bub

battle ultra bot

setup

first u should create config file called bub.json in the root directory of the repo this should have the following format:

{
    "username": "username here",
    "password": "password here"
}

then u should create virtual environment and download the necessary dependencies through pip using the requirements.txt file maybe like so:

cd ai
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

then u can do the following:

  • run npm install
  • run npm run fetchdata to fetch pokemon/move/ability/etc data that bub requires
  • run npm run build:watch in one terminal (will build and watch for changes)
  • run npm start in another terminal to actually start B.U.B.

About

battle ultra bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •