https://github.com/jcarolinares/thingiverse_downloader
Python program that massive download designs for Thingiverse like the user likes, etc.
https://github.com/jcarolinares/thingiverse_downloader
3d printing thingiverse
Last synced: about 1 month ago
JSON representation
Python program that massive download designs for Thingiverse like the user likes, etc.
- Host: GitHub
- URL: https://github.com/jcarolinares/thingiverse_downloader
- Owner: jcarolinares
- Created: 2016-02-28T20:18:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T11:53:38.000Z (over 4 years ago)
- Last Synced: 2025-04-14T11:57:04.334Z (about 1 month ago)
- Topics: 3d, printing, thingiverse
- Language: Python
- Size: 6.21 MB
- Stars: 53
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
python thingiverse_downloader.py --help
```For example, if you want to search objects by keywords:
```bash
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!
***
Thingiverse downloader by Julián Caro Linares licensed by Creative Commons Attribution-ShareAlike 4.0 International License.