This Python script utilizes Selenium to scrape information about rented houses in the popular online game Tibia. It allows users to specify a world and town, navigate to the Tibia website, and extract details about houses marked as "moving out" or any other relevant information.
- Modular Structure: The code is organized into functions, making it easy to understand and modify.
- Web Scraping with Selenium: Leverages Selenium for navigating web pages and extracting relevant data.
- Configurable: Users can input worlds and towns from external files to automate the process for multiple locations.
- Python 3.x
- Selenium
- Chrome WebDriver
-
Clone the repository:
git clone https://github.com/your-username/tibia-house-scraper.git
-
Install dependencies:
pip install -r requirements.txt
-
Download Chrome WebDriver and add it to your system's PATH.
-
Create files named Towns and Worlds, each containing a list of towns and worlds, respectively.
-
Run the script:
python main.py