Sem descrição

wuwenyi 5152d4c201 pref: 优化附件数据结构 há 1 ano atrás
api bc61631abe first commit há 1 ano atrás
browser bc61631abe first commit há 1 ano atrás
facebook 5152d4c201 pref: 优化附件数据结构 há 1 ano atrás
util bc61631abe first commit há 1 ano atrás
.gitignore bc61631abe first commit há 1 ano atrás
README.md bc61631abe first commit há 1 ano atrás
app.py bc61631abe first commit há 1 ano atrás
stealth.min.js bc61631abe first commit há 1 ano atrás

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)