Skip to content

peterje/tinkercad-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinkercad-dl

A tool to autonomously download TinkerCAD files.

Given a list of unique user IDs, a name of a design, and login info, this tool will visit the page of each student and look for a design with the provided title. It will then convert the model to a .schematic.

Requirements

Example Usage

python3 tinker.py --namesfile="my_students.txt" --design="House" --username="TeacherAccount" --password="abc123"

Will visit look for a design titled "House" for each account listed in "my_students.txt". When found it will open up the page for changes or export.

About

A tool to autonomously download TinkerCAD files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages