Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/makukha/rbcua
- Owner: makukha
- License: mit
- Created: 2024-08-27T08:45:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:21:18.000Z (2 months ago)
- Last Synced: 2024-08-27T14:44:30.727Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```