behrouzz / sinsta

Simple Instagram API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author: Behrouz Safari
License: MIT

sinsta

Simple Instagram API

Installation

Install the latest version of sinsta from PyPI:

pip install sinsta

Requirements are requests and pandas.

Quick start

from sinsta import Instagram

ins = Instagram(USERNAME, PASSWORD)
ins.login()
ins.save_friends(['friend1', 'friend2', 'friend3', 'friend4', 'friend5'])

About

Simple Instagram API

License:MIT License


Languages

Language:Python 100.0%