I built this script to automate repetitive daily tasks in a web-based game. It uses Python and Playwright to handle everything from checking inventory levels to buying and selling items on a market based on price limits I set.
- Install the requirements:
pip install playwright - Install the browser:
playwright install chromium - Update the
ITEMSdictionary with your target prices(optional). - Run it:
python warera.py - You will need to log in for the first time so cookies are created.
- Improved market buy/sell.
- Improved battle taker (for bounties)
Note: This was a personal project used to learn Playwright and web scraping logic.