MasterZydra / WurzelimperiumBot

Ein Bot für das Browserspiel Wurzelimperium von Upjers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WurzelimperiumBot Runner WurzelimperiumBot Binary Compile and Release Python 3 GitHub

A forked from MrFlamez/Wurzelimperium-Bot

Read this in other languages: English, German, Bulgarian

Wurzelimperium-Bot

A Bot for the browsergame Wurzelimperium from Upjers. Enjoy free premium features in the game thanks to this bot!

Inhaltsverzeichnis

Usage

Usage of this bot is possible in various situations:

  • Script:
    Like in example.py tasks can be created as script or automatically run on your pc.
  • Automated:
    Like using a script you can solve much more complex tasks, which can be run by GitHub actions for example.. Learn more automated_script.py
  • Interactive:
    With program console.py you can run actions by using an input water to water your whole garden.

By using example.py and console.py you have to edit and provide your login data and game region (language) in the files which you are running.

Features

  • Headless login without need of a browser.
  • Completely automated watering of gardens.
  • Automated planting and harvesting.
  • Automated processing of Wimps in gardens. You can set the minimum stock in the account notes. e. g. minStock: 100 or minStock(Apple): 200
  • Automatically claiming of daily login bonus.

Installation

Using venv askUbuntu

  1. Install venv: sudo apt install python3-venv
  2. Create a new virtual environment in directory named env: python3 -m venv env
  3. Activate virtual environment: source env/bin/activate
  4. Installation of requirements: pip install -r ./requirements.txt

Requirements: Python 3

  1. Installation of requirements:
    pip install -r ./requirements.txt
  2. Provide login data in scripts (example.py and/or console.py).
    With fully automated script automated_script.py you need to pass your login credentials by adding them to the script as flag:
    python3 ./automated_script.py <server-nr> <username> <password> <lang>
    Example: python3 ./automated_script.py 12 FooBar password1337 en
  3. Run the script.

Installation script for Linux

The installation script for linux is located in branch unix.
Thanks to xRuffKez for developing the script.

About

Ein Bot für das Browserspiel Wurzelimperium von Upjers.

License:MIT License


Languages

Language:Python 100.0%