Skip to content

python implementation for instagram private(android) api

Notifications You must be signed in to change notification settings

eseom/pyinstagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyinstagram

python port of https://github.com/mgp25/Instagram-API (pyinstagram is a developing alpha... welcome any tests, suggestions and feedbacks.)

usage

$ pip install pyinstagram
$ python
>> from pyinstagram import Instagram
>> instagram = Instagram('<username>', '<password>')
>> instagram.login()
>> ...

development

# fork first
git clone https://github.com/<your id>/pyinstagram pyinstgram
cd pyinstagram
virtualenv ve
. ve/bin/activate
pip install -r requiremnet.txt
pip install -r requiremnet-dev.txt
pip install -e .
py.test --cov=pyinstagram tests/

About

python implementation for instagram private(android) api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages