This bot automates the process of reading a list of newspaper URLs from an Excel file, navigating to each website, extracting the names of municipalities where the newspaper is distributed, and compiling all municipality names into a list. It then writes this data back to the Excel file for each newspaper
python3 -m venv venv
source venv/bin/activate
pip install -r requirments.txt
python3 main.py