Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retchut/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.
https://github.com/retchut/oldlibrarytracker
Last synced: 19 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/retchut/oldlibrarytracker
- Owner: Retchut
- License: gpl-3.0
- Created: 2021-03-02T22:09:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T12:34:48.000Z (over 2 years ago)
- Last Synced: 2024-11-02T01:05:12.045Z (2 months ago)
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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;