parsing/automation instagram.com
Project description
💻 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
Python 3
ChromeDriver for headless web-surfing
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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file insta_browser-0.8.6.1.tar.gz
.
File metadata
- Download URL: insta_browser-0.8.6.1.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb86b15a1b0ba28c7abf207757d5c74a719723775f665eebe4ee0ec92a8df8a5 |
|
MD5 | cb7ea3106d266647976afc1fadc24efc |
|
BLAKE2b-256 | 6759ca20bad1afde4b519b53421c9d61a36fbd8b1f4ae807a0fbe8c0cbf09393 |
File details
Details for the file insta_browser-0.8.6.1-py2.py3-none-any.whl
.
File metadata
- Download URL: insta_browser-0.8.6.1-py2.py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c752fb7dbefe5553100085754b7245de19df996071f00391a66a926d42235f2 |
|
MD5 | f3171fe6fea38ae411ce34e41dae8bf9 |
|
BLAKE2b-256 | 32c7e910908aff89f3c7ab3e212aa210a7350dd32966ad3ef626de712e0e3321 |