Skip to content

Loveforkeeps/PyppeteerBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyppeteerBrowser

Use pyppeteer to Browse the URL andProcess the Response

Deployment:

Python3.7+

Install:

git clone git@github.com:Loveforkeeps/PyppeteerBrowser.git

Using:

demo:

browserpath = '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'

with open('2020-08-01.txt') as f:
urls = f.read().splitlines()

pb = PyppeteerBrowser(urls,maxtab=20,browserpath=browserpath,timeout=1000*10)
# pb.process_page = parse_resp
pb.screenshot = True
# pb.headless_dis()
pb.launch()

Update:

  • None

Issue Log:

  • None

Todo List:

  • None

Running screenshot:

╰─ python PyppeteerBrowser.py

2020-09-01 at 14.55

License:

This project is licensed under the MIT license

Acknowledgments:

  • None

About

Use pyppeteer to Browse the URL andProcess the Response

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages