Skip to main content

easy parsing/automation instagram.com

Project description

Build Status PyPI Code Climate

👍 ♥️ 🏆 Library for instagram.com automation. Like instagram feed (whole or by count), like username profile (whole or by count), like posts from location.

You need to have PhantomJS or Chrome web driver for work.

Download and place binary from archive to bin folder: - PhantomJS - Chrome

Example of using package for liking specific user:

import os
from insta_browser import browser

br = browser.Browser(
    debug=True,
    chrome=False,
    cookie_path=os.path.join('var', 'cookies'),
    log_path=os.path.join('var', 'logs'),
    db_path=os.path.join('var', 'db'),
    exclude=os.path.join('var', 'exclude.txt')
)

try:
    br.auth('YOUR_INSTA_LOGIN', 'YOUR_INSTA_PASSWORD')
    br.process_user('al_kricha')
    print(br.get_summary())
finally:
    br.close_all()

Other examples can be seen in my repository: insta_bot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insta_browser-0.8.1.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

insta_browser-0.8.1-py2.py3-none-any.whl (13.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page