Skip to content
Jakob edited this page Jul 31, 2016 · 12 revisions

Welcome to the mbm wiki!

Assumptions the script has:

  • The mbm.sh will be executed as root manually or automatically as cron
  • Your configs are looking like this (1 config per bot):
    • PokemonGo-Bot/configs/config_01
    • PokemonGo-Bot/configs/config_02
    • [...]
    • PokemonGo-Bot/configs/config_99

Install

  • Install the mbm and change the directory to the install folder
  • Copy the config.example to an actual config:

cp config.example config

  • Check the config.example & change the variables to your linking (if you must..)
  • Add to your screen Config /etc/screenrc

logfile /var/log/screenlog/%S.log

deflog on


Execute:

mkdir -p /var/log/screenlog

chmod 777 /var/log/screenlog

./mbm.sh install

Run the script

Thats the most easy part:

./mbm.sh


Stop the script

./mbm.sh stop


Restart the script

./mbm.sh restart


How is the script looking in action?