Skip to content

Ein Bot für das Browserspiel Wurzelimperium von Upjers.

License

Notifications You must be signed in to change notification settings

Pazze12/WurzelimperiumBot

 
 

Repository files navigation

Python application Python 3 GitHub

A forked from MrFlamez/Wurzelimperium-Bot

Read this in other languages: English, German, Russian.

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

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%