Questions tagged [pypputeer]

3 questions
9
votes
3 answers

Django asyncio call in views doesn't work

I'm struggling on this problem for quite a moment now. I'm trying to export a view in pdf, using pyppeteer. Here are my functions : async def export_pdf(url): …
Bestasttung
  • 2,388
  • 4
  • 22
  • 34
4
votes
1 answer

OSError when running puppeteer on raspberry pi

I am trying to make my RP a server for some web automation tasks so I installed python 3.7 and pypputeer (Python's version for Googlel's puppeteer). The problem is that my code that run smoothly on my OSX gives me the following error on the PI: …
ben
  • 1,064
  • 3
  • 15
  • 29
-2
votes
1 answer

Is there a stealthy headless browser automation tool similar to puppetteer for Python?

I am aware of the Pyppeteer library and Pyppeteer Stealth, but the problem with them is that the website that I am trying to scrape information from detects Pyppeteer Stealth (Python transplant of Puppetteer) and blocks it. The original Puppetteer…
techxz
  • 1
  • 2