Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makukha/rbcua

Scraper for educational purpose.
https://github.com/makukha/rbcua

Last synced: 27 days ago
JSON representation

Scraper for educational purpose.

Awesome Lists containing this project

README

        

# rbc.ua

> This python scraping utility is for educational purpose only.

## Installation

1. Install [Docker](https://www.docker.com) and [Pyenv](https://github.com/pyenv/pyenv).

2. Create dev environment:
```shell
$ pyenv install --skip-existing `$(pyenv local)`
$ python -m venv .venv
$ .venv/bin/pip install -r requirements.txt
```

## Run in development mode

```shell
$ docker compose run --build scraper /bin/bash
app@scraper:~$ python rbcua.py "tmp/data.csv"
app@scraper:~$ exit
```

## Start scraping

```shell
$ docker compose up --build
```