https://github.com/tednaaa/currency-scraper
🐍 Scrap currencies from dynamic web page using Python + Selenium (chromedriver)
https://github.com/tednaaa/currency-scraper
chromedriver ci json pipenv python selenium virtualenv
Last synced: 19 days ago
JSON representation
🐍 Scrap currencies from dynamic web page using Python + Selenium (chromedriver)
- Host: GitHub
- URL: https://github.com/tednaaa/currency-scraper
- Owner: tednaaa
- License: mit
- Archived: true
- Created: 2021-03-22T18:17:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T08:02:49.000Z (about 4 years ago)
- Last Synced: 2025-10-10T04:34:48.847Z (19 days ago)
- Topics: chromedriver, ci, json, pipenv, python, selenium, virtualenv
- Language: Python
- Homepage:
- Size: 22.3 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```