Sin descripción

wuwenyi f5ada696f2 fix: 兼容两种数据结构 hace 11 meses
api bc61631abe first commit hace 11 meses
browser bc61631abe first commit hace 11 meses
facebook f5ada696f2 fix: 兼容两种数据结构 hace 11 meses
util bc61631abe first commit hace 11 meses
.gitignore bc61631abe first commit hace 11 meses
README.md bc61631abe first commit hace 11 meses
app.py bc61631abe first commit hace 11 meses
stealth.min.js bc61631abe first commit hace 11 meses

README.md

py-instagram-robot

python的instagram RPA

from facebook import FackBookBrowser
from playwright.sync_api import sync_playwright, Page, Playwright

playwright_obj = sync_playwright().start()
browser = FackBookBrowser('Create_X9951@163.com')
browser.__init_browser__(playwright_obj)
page = browser.page
# page.goto(url)