Sen descrición

wuwenyi c05f5c6716 feat: goto page and wait for manual login hai 11 meses
api c05f5c6716 feat: goto page and wait for manual login hai 11 meses
browser 64a6e04912 feat: add create_page hai 11 meses
instagram 525f3e11b4 init hai 11 meses
util 525f3e11b4 init hai 11 meses
.gitignore 525f3e11b4 init hai 11 meses
README.md 525f3e11b4 init hai 11 meses
app.py 525f3e11b4 init hai 11 meses
requirements.txt 525f3e11b4 init hai 11 meses
stealth.min.js 525f3e11b4 init hai 11 meses

README.md

py-instagram-robot

python的instagram RPA

from instagram import InstagramBrowser
from playwright.sync_api import sync_playwright, Page, Playwright

playwright_obj = sync_playwright().start()
browser = InstagramBrowser('createx9951')
browser.__init_browser__(playwright_obj)
page = browser.page
result = browser.__invoke__(lambda_func=browser.search_blog,
                            url='https://www.instagram.com/p/DC_xBDiTHrw/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA%3D%3D&img_index=5')