Sarper AVCI

Results 57 comments of Sarper AVCI

> Hello everyone. Unfortunately, sites that allow you to bypass paid articles like 12ft.io no longer work, Medium has changed the logic of how they generate access. After some thought,...

Look at the main page: **One warning: Google may block your IP if you solve too many captchas in a short period of time. So, use this script wisely or...

Hi, thanks for your suggestion. I'll consider it and create a new repo for Nodejs implementation.

Do you have Chrome or Chromium based browser on your machine?

Try this instead of `test.py` ```python from CloudflareBypasser import CloudflareBypasser from DrissionPage import ChromiumPage import time driver = ChromiumPage( ) driver.get('https://nopecha.com/demo/cloudflare') # Where the bypass starts cf_bypasser = CloudflareBypasser(driver) cf_bypasser.bypass()...

Could you share your console output? I need to see it.

This error is probably related to DrissionPage because you can't initiate a Chromium page at all.

> Hi i wanted to use this but when i want to install CloudflareBypasser using ' pip install CloudflareBypasser ' but it doesn't exist that is because every time i...

It works, I just run `test.py`. Please elaborate your issue.