Skip to content

Commit

Permalink
info files polish
Browse files Browse the repository at this point in the history
  • Loading branch information
andli committed Jul 25, 2019
1 parent 99b3849 commit c857b06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.4]
### Added
- Broke out the console menu to a separate class.
- Configurable rounding limits for prices.
### Changed
- Broke out the console menu to a separate class.
### Removed
- Cached price changes. It was not very useful.
- Cached price changes. It was not very useful. This also fixed one bug.

## [1.0.2] - 2019-07-08
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ See the [Changelog](CHANGELOG.md) for what's new.
# 📙 PyMKM
Python wrapper for the [cardmarket.com API](https://api.cardmarket.com/ws/documentation/API_2.0:Main_Page) (version 2.0, using OAuth1 and the "Dedicated app" option).

The included sample app can update your stock prices to trend for non-foils, and to a competitive prices for foils, all rounded to nearest configurable value (default .25 €). A confirmation step allows you to check the result before uploading the new prices.
The included sample app can update your stock prices to trend for non-foils, and to a competitive prices for foils, all rounded to nearest configurable value per rarity (default .25 €). A confirmation step allows you to check the result before uploading the new prices.

The app can import a .csv list of cards to your stock. It can also be used to clear your entire stock.

Expand Down Expand Up @@ -44,7 +44,7 @@ Cardmarket does not however supply trend prices for foils, so my algorithm is th
_NOTE: This is a rough algorithm, designed to be safe and not to sell aggressively._

1. Filter out foils, English, not altered, not signed, minimum Good condition.
1. Set price to lowest + (median - lowest / 4), rounded to closest quarter Euro.
1. Set price to lowest + (median - lowest / 4), rounded to closest rouding limit.
1. Undercut price in seller's own country by the rounding limit if not contradicting 2)
1. Never go below the rounding limit for foils

Expand Down

0 comments on commit c857b06

Please sign in to comment.