Skip to content

UnownHash/Golbat

Repository files navigation

Golbat

Golbat is an experimental raw data processor for Pokemon Go. Initially designed to be database compatible with RDM, it will be able to evolve faster by not needing to retain backward compatibility.

Requirements

go 1.18

On Ubuntu 22 (jammy), installing using apt sudo apt install golang-go should install the right version.

To get Go 1.18 on earlier versions of Ubuntu, I followed this guide. Instead of the download link given there, you can use https://go.dev/dl/go1.18.3.linux-amd64.tar.gz, which is the latest version as of writing this.

Instructions

  1. copy config.toml.example to config.toml
  2. go run .

Run in pm2

  1. go build golbat
  2. pm2 start golbat

Run in docker

  1. Authenticate to GitHub Packages's docker container registry
  2. copy docker-compose.yml.example to docker-compose.yml
  3. modify it as you want
  4. docker-compose up -d

Configuration of data source

The data source should be configured to send to Golbat's URL which will be http://ip:port/raw

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages