22/03/19 04:22:07.98 oZfvFIaV.net
あんがと
使えそうだ Oauth2
URLリンク(github.com)
if pf == 'Windows':
return os.path.join(home, 'AppData', 'Roaming')
elif pf == 'Linux':
return os.path.join(home, '.local', 'share')
elif pf == 'Darwin':
return os.path.join(home, 'Library', 'Application Support')