analyzes brick purchases before buying to see if their worth it.
- Clone this repository using
git clone https://github.com/0yqc/brick-analyzer- You need
gitinstalled for this to work, install usingsudo apt install git.
- You need
- change your current working directory using
cd ./brick-analyzer - Set your Rebrickable API key in
./rb_api_key.txt- To get your API key, create a or login to your Rebrickable account and get it vis the API settings..
dependencies needed:
- CurrencyConverter, install via:
pip- Run
pip install --user currencyconverter
- Run
- from source
- Clone the repo using
git clone https://github.com/alexprengere/currencyconverter.git - Change your working directory using
cd ./currencyconverter/ - Install via
python ./setup.py install --user
- Clone the repo using
to run, simply change your working directory to the repo of brick-analyzer, then run python ./main.py
If you need help with the installation or setup process, reach out to me at [email protected]
It will fetch different data to see if this deal is a good deal, currently this data is already being fetched to compare with::
- BrickLink Part Out Value, average price of the parts in this set when selling them
- BrickLink Price Guide, average price of whole sets sold on BrickLink
- Rebrickable Build Calculation, how much of the set you already own (only works with a Rebrickable account)
- Rebrickable Alternate Builds, how many other models you can build with these parts (only works with a Rebrickable account)