Skip to content

A smoother way to add a set with some missing parts to Rebrickable

Notifications You must be signed in to change notification settings

dracos/rebrickable-lost-parts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Rebrickable Lost Parts bulk entry

Say you’ve been donated a box of Lego, and some manuals, which sort of make up some sets but probably none complete.

Before donating them onwards, you’d like to sort them out and complete them if possible, perhaps buying any missing parts.

To do this on Rebrickable, it appears you have to add the set to your collection, then go through and mark every missing part one by one, taking a good number of clicks for each part (click on part, click on Lost Parts, enter number, click save, close part, repeat).

So I made this, which will add multiple things to your Lost Parts at once, remember where you’ve got to, and make the process a lot smoother.

I don’t want you to give me your Rebrickable username/password, so it’s only self-install at present, I’m afraid.

Installation

  1. Clone the repo.
  2. In Rebrickable, go to Account, Settings, API, and generate an API key.
  3. Go to https://rebrickable.com/api/v3/docs/ , enter your API key in the box just under Swagger Documentation, scroll down to POST /api/v3/users/_token/, expand it, enter your username and password, click Try it out! and note the user token you are given.
  4. Copy config.ini-example to config.ini and put your API key and user token inside the new file.
  5. Run php -S localhost:8000 in the repo.
  6. Visit http://localhost:8000/ in your browser.

Screenshot in use

About

A smoother way to add a set with some missing parts to Rebrickable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages