Aucune description

wuwenyi eee13281e2 feat: 支持灰豚搜索热门标签文章 il y a 10 mois
api eee13281e2 feat: 支持灰豚搜索热门标签文章 il y a 10 mois
browser eee13281e2 feat: 支持灰豚搜索热门标签文章 il y a 10 mois
huitun eee13281e2 feat: 支持灰豚搜索热门标签文章 il y a 10 mois
tools 249d23486d feat: 小红书rpa il y a 1 an
util bf718ad4f5 fix: 兼容灰豚新页面,过滤没有用户数据的文章 il y a 11 mois
xhs bf718ad4f5 fix: 兼容灰豚新页面,过滤没有用户数据的文章 il y a 11 mois
.gitignore cc6b93534f feat: 灰豚rpa init il y a 1 an
README.md b357b44c26 feat: 灰豚自动检测登录状态并登录 il y a 10 mois
app.py 249d23486d feat: 小红书rpa il y a 1 an
requirements.txt 53ec1c0f20 fix: requirement il y a 1 an
stealth.min.js cc6b93534f feat: 灰豚rpa init il y a 1 an

README.md

py-huitun-robot

灰豚数据rpa

page-test

from playwright.sync_api import sync_playwright, Page, Playwright
import huitun
browser = huitun.HuiTunBrowser('13417350072')

browser.__init_browser__()
page = browser.page
page.goto(huitun.HUITUN_URL)