rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
323 stars 78 forks source link

New files required, integrated server, and minor fixes #5

Closed mitchcapper closed 2 years ago

mitchcapper commented 3 years ago

Note I built this PR off #4 it has their commits (as them as the author) so merging this will merge those too.

It addresses the issues mentioned in that PR (no support for POSTS). Rather than add POST support to the server I just swap all POST requests to GET. Adding some additional JS files fixes things too. Dollhouse and such have wrong skins still but otherwise all seems to work. Likely it has to do the the params changing the files and we will have to add some level of query support to get the alternate views.

Integrated the python server to be able to be started from the app and added usage to it as well.

Merging this should merge in #4 Close #3 Close #2 Close #1