Skip to main content

parsing/automation instagram.com

Project description

Build Status PyPI

💻 Library for instagram.com automation.
♥️ Like instagram feed, username profile, location, tag.
🤝 Auto-follow unknown users, during liking, from locations or tags.
📊 Get statistic of any public account.

Requirements

Examples

  • Example of using package for liking specific user:

    import os
    from insta_browser import browser
    
    br = browser.Browser(
        debug=True,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'),
        auto_follow=True
    )
    
    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.6.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

insta_browser-0.8.6.1-py2.py3-none-any.whl (12.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file insta_browser-0.8.6.1.tar.gz.

File metadata

File hashes

Hashes for insta_browser-0.8.6.1.tar.gz
Algorithm Hash digest
SHA256 bb86b15a1b0ba28c7abf207757d5c74a719723775f665eebe4ee0ec92a8df8a5
MD5 cb7ea3106d266647976afc1fadc24efc
BLAKE2b-256 6759ca20bad1afde4b519b53421c9d61a36fbd8b1f4ae807a0fbe8c0cbf09393

See more details on using hashes here.

File details

Details for the file insta_browser-0.8.6.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for insta_browser-0.8.6.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4c752fb7dbefe5553100085754b7245de19df996071f00391a66a926d42235f2
MD5 f3171fe6fea38ae411ce34e41dae8bf9
BLAKE2b-256 32c7e910908aff89f3c7ab3e212aa210a7350dd32966ad3ef626de712e0e3321

See more details on using hashes here.

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