最近、RubyとかPythonをいじって遊んでいます。 先日書いたmixiのAPIを使って写真つきボイスを投稿するサンプルをPythonで書いてみたので、置いておきますね! 【GitHub】kyoro / mixi_graph_api_sample_photovoice_python https://github.com/kyoro/mixi_graph_api_sample_photovoice_python #!/usr/bin/python import urllib,urllib2 import MultipartPostHandler import json import sys # mixi Graph API Settings CONSUMER_KEY = '__please_change_your_setting__' CONSUMER_SECRET = '__please