/OldLibraryTracker

Simple program to track a card library, or a library of any type. Work in progress. With time (and a bit of studying), I intend to interface with the cardmarket.eu API, in order to check card prices and perform various operations related to one's cardmarket account.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

CURRENTLY REMAKING THIS IN ANOTHER LANGUAGE

This won't be touched for the near future

LibraryTracker

Simple program to track a card library, or a library of any type.

With time, I intend to integrate a web crawler into the app, in order to look up prices in cardmarket.eu, so as to update a small local database of prices pertaining to cards in the library.

Implemented features:

-Adding/Removing cards to/from a library
-Editing a card in the library
-Saving and loading a library
-Listing cards in a library
-Updating prices of the cards in the library
-Looking up a given card's lowest price (not necessarily in a library)

WIP (in sort of an order of priority, I guess idk):

-Search for cards (and display single card)
-Recording card price at a given time
-Ordering cards when viewing (or filtering results)
-Display constant number of cards, and "flip pages"
-Limit Rarities
-Analize price fluctuations and alerting the user of them;
-Detecting typos in input and guessing the intended input;