Skip to content

Instantly share code, notes, and snippets.

@yamadaaaaaaa
Created May 31, 2018 00:07
Show Gist options
  • Save yamadaaaaaaa/6080ebd92c30fd2093481860e3718afb to your computer and use it in GitHub Desktop.
Save yamadaaaaaaa/6080ebd92c30fd2093481860e3718afb to your computer and use it in GitHub Desktop.
SG_sample1
# -*- coding: utf-8 -*-
import shotgun_api3
sg = shotgun_api3.Shotgun('https://test.shotgunstudio.com', script_name='test_tool', api_key='0a1b2c3d4e5f9g7h8i9j')
# 適宜ここに処理を書く
sg.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment