vbessonov / market-feed-exporter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%