Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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
- Created: 2021-03-22T18:17:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T08:02:49.000Z (over 3 years ago)
- Last Synced: 2024-10-11T17:43:17.406Z (4 months ago)
- Topics: chromedriver, ci, json, pipenv, python, selenium, virtualenv
- Language: Python
- Homepage:
- Size: 22.3 MB
- Stars: 5
- Watchers: 2
- 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
```