Skip to content

ongraphpythondev/NewsPapper_selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Setup environment

python3 -m venv venv

Activate the environment

source venv/bin/activate

Install requirements

pip install -r requirments.txt

Run the main.py file

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages