/j2store-sale-sniper

A bespoke J2Store sale sniper

Primary LanguageHTMLMIT LicenseMIT

CIR Sale Sniper

pypi python Build Status codecov

A bespoke J2Store sale sniper.

TODO

  • Use specified wishlist item quantity values to refrain from adding additional items to cart when quantity is reached from repeated runs of the script
  • Use quantity value automatically

Usage

Activate the local environment (gives access to installed packages required for this tool to work)

poetry shell

For help, run:

poetry run cir-sniper --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd cir-sniper
poetry shell
poetry install -E test

To run the tests:

pytest

Credits

This package was created with Cookiecutter and the michaeltoohig/click-cli-boilerplate project template.