Skip to content

Instantly share code, notes, and snippets.

@pierreant-p
pierreant-p / sketchfab-folder-api.py
Last active December 15, 2015 02:18
Sketchfab folder API
import urllib
import urllib2
api_token = "FF00FF" # your api token
##
# Create a new folder
# POST to https://api.sketchfab.com/v1/folders
##