Skip to content

ABFonseca/EdgeTechTalkAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

EdgeTechTalkAutomation

Example code to fetch some info using webscrapping

Setup

Get chromedriver for your chrome version here and place it on the root folder of the code

Install python libs

With a GIT bash console on the code root folder (adapt commands if using other shell)

python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt

Run the code

Assuming your are already in the python virtual environment

python scrape.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages