Skip to content

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

License

Notifications You must be signed in to change notification settings

vbessonov/market-feed-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages