Luka Kacil
Luka Kacil
``` In [4]: i = Instagram(u, p, debug=False, IGDataPath=None) --------------------------------------------------------------------------- OSError Traceback (most recent call last) in () ----> 1 i = Instagram(u, p, debug=False, IGDataPath=None) /home/luka/workspace/tmp/Instagram-API/virtualenv/lib/python2.7/site-packages/InstagramAPI/src/Instagram.pyc in __init__(self, username,...
This is a second iteration of the proposal. Interface has been divided into: 1. Read interface 1. Write interface 1. Metadata interface 1. Interface for processor support Changelog: - support...