- Retrieves a seller's collection and displays it as an interactive HTML table.
- Offers sorting options, including:
- Want
- Have
- Desire Gap
- Rarity Score
- Hot Buy
- And more...
pip install -r requirements.txt
flask run
- Open localhost at
http://127.0.0.1:5000
- Input the seller's name.
- Choose Get vinyls only if you wish to get only vinyls
- Click ‘Get Collection’.
- Browse through the seller's collection using advanced sorting options available.
- May not perform optimally with very large seller collections (exceeding 500,000 records).
- Currently doesn't retrieve records that lack a release year.