I think it is very easly detected on Cloudflare check e,g on http://c-h-a-t-g-p-t.com' #8
Closed
hayat-khan-space
started this conversation in
General
Replies: 2 comments 3 replies
-
have you tried running it on a different IP or machine? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Website isnt available anymore. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import asyncio
patchright here!
from patchright.async_api import async_playwright
async def main():
async with async_playwright() as p:
browser = await p.chromium.launch()
page = await browser.new_page()
await page.goto('http://c-h-a-t-g-p-t.com')
await page.screenshot(path=f'example-{p.chromium.name}.png')
await browser.close()
asyncio.run(main())
Beta Was this translation helpful? Give feedback.
All reactions