Monopoly GO! Bot is a Python script designed to automate actions in the mobile game Monopoly GO!. Please note that it requires the game to be running in the BlueStacks Android emulator.
This project is for educational and research purposes only. It is not intended to be deployed as a fully functional or production-ready application. Usage of this project in any way that violates the terms of service of Monopoly GO! or any other applicable laws and regulations is strictly prohibited. Please be aware that this project may not be fully functional or optimized for actual gameplay.
game_data.json
file.WINDOW_TITLE
: The title of your BlueStacks window.AR_MINIMUM_ROLLS
: The number of rolls you want to stop rolling at.AR_RESUME_ROLLS
: The number of rolls you want to start rolling at.
All these variables can be defined in a .env
file.
pip install -r requirements.txt
Install Tesseract-OCR. For more information, check out tesseract-ocr/.
On Windows, run the script as an administrator:
.\start.ps1
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
lewisgibson for his repository monopoly-go-bot/ which served as the base for this project.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). You can find the full license text in the LICENSE file.