A Little Note on Renren API
Overview
Renren is popular Chinese social website. This post introduces an easy way, and yet different from Douban’s photo uploading previews introduced, to upload photo to your Renren albums with Python requests.
Python code
Things to take extra care are: use ‘data’ to pass your dictionary when
make a POST call with requests, Multipart-Encoded File should be put in
a dictionary and pass to ‘files’.
cheers!
Comments
comments powered by Disqus