A forked from MrFlamez/Wurzelimperium-Bot
Read this in other languages: English, German, Russian.
A Bot for the browsergame Wurzelimperium from Upjers. Enjoy free premium features in the game thanks to this bot!
Inhaltsverzeichnis
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 inputwater
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.
- Standalone: There is also a standalone executable file for windows. Win32-CLI-Standalone
- 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
orminStock(Apple): 200
- Automatically claiming of daily login bonus.
Requirements: Python 3
- Installation of requirements:
pip install -r ./requirements.txt
- 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 - Run the script.
The installation script for linux is located in branch unix
.
Thanks to xRuffKez for developing the script.