Favorites Ripper
Description
This program makes a list of all thingiverse URLs you like.
This is useful if you want to make a print-queue.
Note: you will need Java to run this program. Google 'JRE' for more information.
Download 'ThingiverseRip_src.zip' for the source-code.
You can use:
thingiverse.com/thing:9464
and
thingiverse.com/thing:9292
to download the STLs
(I have not tested that yet.)
This is useful if you want to make a print-queue.
Note: you will need Java to run this program. Google 'JRE' for more information.
Download 'ThingiverseRip_src.zip' for the source-code.
You can use:
thingiverse.com/thing:9464
and
thingiverse.com/thing:9292
to download the STLs
(I have not tested that yet.)
Instructions
Download 'ThingiverseRip_dist.zip'.
Unzip the file.
Open a terminal, and type:
java -jar ThingiverseRip.jar
The program asks you to enter the number of pages to rip.
To find this number, go to: thingiverse.com/YOUR_USERNAME/favorites
Scroll down, and click on the 'double arrow right'. (Looks like: -->->)
The url in your browser changes to something like this:
thingiverse.com/frankkienl/favorites/page:18
The number at the end is the number you are looking for.
Enter the number (in this case 18) and press enter.
Enter your username when asked, press enter.
The program rips all the URLs of the Things you like from Thingiverse.
This will look like this:
$ java -jar "ThingiverseRip.jar"
Enter the number of favorite pages you have. (and press enter)
18
Enter your Thingiverse username. (and press enter)
frankkienl
thingiverse.com/thing:31622
thingiverse.com/thing:34637
(...)
Done
Unzip the file.
Open a terminal, and type:
java -jar ThingiverseRip.jar
The program asks you to enter the number of pages to rip.
To find this number, go to: thingiverse.com/YOUR_USERNAME/favorites
Scroll down, and click on the 'double arrow right'. (Looks like: -->->)
The url in your browser changes to something like this:
thingiverse.com/frankkienl/favorites/page:18
The number at the end is the number you are looking for.
Enter the number (in this case 18) and press enter.
Enter your username when asked, press enter.
The program rips all the URLs of the Things you like from Thingiverse.
This will look like this:
$ java -jar "ThingiverseRip.jar"
Enter the number of favorite pages you have. (and press enter)
18
Enter your Thingiverse username. (and press enter)
frankkienl
thingiverse.com/thing:31622
thingiverse.com/thing:34637
(...)
Done


You must be logged in to post a comment.