jlplenio / crude-twitch-viewer-bot

Send live viewers to Twitch, youtube and kick with this viewer bot software. The tool offers a user-friendly graphical interface. This program requires HTTP proxies.
GNU Affero General Public License v3.0
326 stars 91 forks source link

bypass detection #143

Closed Akidou closed 1 year ago

Akidou commented 1 year ago

fixed, thank you

from playwright.sync_api import sync_playwright

with sync_playwright() as playwright:
    browser = playwright.chromium.launch(headless=False)
    page = browser.new_page()
    page.goto("https://www.twitch.tv/anyChannel")
    page.wait_for_load_state('networkidle')
    input("Press Enter to close the browser...")
    browser.close()
import undetected_chromedriver as uc

driver = uc.Chrome()
driver.get("https://www.twitch.tv/anyChannel")
driver.implicitly_wait(10)
input("Press Enter to close the browser...")
driver.quit()
lnzh1 commented 1 year ago

I really need your new Realease. I love your work and I've been using it since last year. If you be able to make CRTTV works again in less than 20h, I will send you 50 coffees. I swear. @jlplenio

jlplenio commented 1 year ago

Thank you @Akidou. And @lnzh1 for your offer, any single ☕ is appreciated. But it seems to work again. https://github.com/streamlink/streamlink/issues/5370#issuecomment-1572823986

jlplenio commented 1 year ago

As they suggest in the issue above, this may have been advance notice of the actual introduction of this restriction. Lets see.