Skip to content

🐍 Scrap currencies from dynamic web page using Python + Selenium (chromedriver)

License

Notifications You must be signed in to change notification settings

tednaaa/currency-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project init

Requirements

  • Python installed on your computer
  • pipenv package
  • virtualenv package

Create .env and fill

cp .env.example .env

Create virtual enviroment

virtualenv .venv

Install packages

pipenv install --ignore-pipfile

Run python file

pipenv run start

About

🐍 Scrap currencies from dynamic web page using Python + Selenium (chromedriver)

Topics

Resources

License

Stars

Watchers

Forks