Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

frizz925/gbf-simple-raidfinder

Repository files navigation

Granblue Simple Raidfinder

Requirements

  • Python 3.x
  • Pip 3

Getting started

After cloning this repository, install the required Python packages by running the following command.

pip install -r requirements.txt

There are two files that you need to copy and configure before you can actually start the raidfinder up and running. They are:

  • .env.example -> .env
  • config.example.ini -> config.ini

The .env file contains your Twitter API credentials, while the config.ini file contains the configuration for the raidfinder itself.

After you have configured both credentials and raidfinder configuration, you can start the raidfinder by running the following command.

python main.py

Configuration

Property Description Default
Raidfinder.AutoCopy Enable auto-copy feature to clipboard no
Raidfinder.OnlyPrintCodes Raidfinder will only print raid codes no
Autopilot.Enabled Enable sending raid codes to the Granblue Autopilot command server no
Autopilot.Port The port number which the Autopilot is listening on 49544
Autopilot.IntervalInSeconds Interval for each raid code to be sent to the Autopilot 1
Bosses.English Boss names in English separated by comma -
Bosses.Japanese Boss names in Japanese separated by comma -

About

A simple raidfinder with core functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages