wuwenyi c05f5c6716 feat: goto page and wait for manual login | vor 1 Woche | |
---|---|---|
api | vor 1 Woche | |
browser | vor 1 Woche | |
vor 1 Woche | ||
util | vor 1 Woche | |
.gitignore | vor 1 Woche | |
README.md | vor 1 Woche | |
app.py | vor 1 Woche | |
requirements.txt | vor 1 Woche | |
stealth.min.js | vor 1 Woche |
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')