~magic_rb/thingiverse_downloader

Allow for download of specific things
a6c7f48f — jcarolinares_ntt 3 years ago
Fix api credentials
80a4fb49 — jcarolinares_ntt 3 years ago
Credentials ini test

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~magic_rb/thingiverse_downloader
read/write
git@git.sr.ht:~magic_rb/thingiverse_downloader

You can also use your local clone with git send-email.

#Thingiverse downloader

A program that massive downloads objects from Thingiverse.com

Remember to put you thingiverse API TOKEN inside the file api_credentials.ini

#Use

Type in your terminal to know all the options:

python thingiverse_downloader.py --help

For example, if you want to search objects by keywords:

python thingiverse_downloader.py --search "star wars" --pages 3

The optional argument pages set the number of objects to download. In this case, 12 objects per page.

You can also use other arguments like --user or --newest to download objects.

#Where are the objects

All the stls of the objects are downloaded at the folder stls. In case you use the option --zip, you will find the zip files inside the folder zip_files

Enjoy!


Licencia Creative Commons
Thingiverse downloader by Julián Caro Linares licensed by Creative Commons Attribution-ShareAlike 4.0 International License.