Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 643 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 643 Bytes

market-feed-exporter

market-feed-exporter is a CLI tool allowing to export ODL market feeds into a .CSV file.

Usage

  1. Clone the repository:
git clone https://github.com/vbessonov/market-feed-exporter.git
  1. Activate a virtual environment:
python -m venv .venv
source .venv/bin/activate
  1. Install poetry:
pip install poetry
  1. Install the package:
poetry install
  1. Run the exporter:
python -m market_feed_exporter \
  --feed-url https://market.feedbooks.com/api/libraries/harvest.json \
  --feed-login <LOGIN> \
  --feed-password <PASSWORD> \
  --output-file output.csv