Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```