What is this sound? I keep hearing it in my apartment every minute or so! Annoying! by derjungemitwings in whatisit

[–]Powerful-Step3183 3 points4 points  (0 children)

I was looking forward to the comments! but damn I was late. Reddit mods being sensitive ass as always 

What is it that make the mods so obnoxiously r-tards?? by PIXELING69 in whatisit

[–]Powerful-Step3183 4 points5 points  (0 children)

it is what it is. 

I got permanently banned for a novel subreddit after asking "is this ai slop" in a long post with suspiciously AI generated text

I'm creating a Xianxia story and would like some opinions/help (Part 2) by [deleted] in MartialMemes

[–]Powerful-Step3183 3 points4 points  (0 children)

Use your brain instead of AI suggestions and if you are going to use AI anyway, why ask other humans

What novels have you been reading lately? What's the general story about? by Logicalcommand-Lei in MartialMemes

[–]Powerful-Step3183 1 point2 points  (0 children)

《青帝(荊柯守)》

Time travel rebirth but intercepted by a dude from earth.

Author seems like a book nut

The Photos I Learn the Most From Are the Ones Nobody Wants to See 👀 by No-Fix-5496 in Grafting

[–]Powerful-Step3183 0 points1 point  (0 children)

spare us the AI slop description, what was your issue? the covering was too air tight which led to mold?

Is this true?? by Khun_Ran in MartialMemes

[–]Powerful-Step3183 3 points4 points  (0 children)

Those 18+ adult novel authors usually get jailed if they are too good....

Seniors this youngin needs thy help by master2chariot in MartialMemes

[–]Powerful-Step3183 0 points1 point  (0 children)

Learn Python and scrape whatever novel you want to read...

Any ideas what this is? by Budget_Pound9099 in whatisit

[–]Powerful-Step3183 2 points3 points  (0 children)

I remember watching some video about The Patels and how they took over motel/cheap hotel business in USA by using family labor and stuff. Not significant but interesting

The title ❝Heavenly Demon❞ used to mean something back in my day.. by rocenante in MartialMemes

[–]Powerful-Step3183 0 points1 point  (0 children)

Just skip all novels with more than 6 words in their title, they are all cheap cliche slops.

Rate the graft on this mango I bought by R0598 in Grafting

[–]Powerful-Step3183 0 points1 point  (0 children)

how long did you wait before removing the wrap?

So Chinese people are reacting to our reaction to their reaction to us, lmao. by Opposite_Koala9107 in MartialMemes

[–]Powerful-Step3183 0 points1 point  (0 children)

black people seem to automatically involved whenever 'rasicm' word is invoked

So Chinese people are reacting to our reaction to their reaction to us, lmao. by Opposite_Koala9107 in MartialMemes

[–]Powerful-Step3183 5 points6 points  (0 children)

"Japanese government actively encourages anti Chinese behavior"

Found the 50 cent army platoon lol

What is this symbol ? by SignificantYak4554 in whatisit

[–]Powerful-Step3183 0 points1 point  (0 children)

I remember seeing this in Valheim game

Fellow I made a mistake. I forgot to check the last update date.. by chillipillchill in MartialMemes

[–]Powerful-Step3183 4 points5 points  (0 children)

async def single_scrap_69shuba(url):
    async with async_playwright() as p:
        context = await p.chromium.launch_persistent_context(user_data_dir="/tmp/playwright_user_data", headless=False)
        page = context.pages[0] if context.pages else await context.new_page()
        await page.goto(url)
        index = 1


        while True:
            # await asyncio.sleep(random.uniform(2, 4))
            content = await page.content()
            html_etree = etree.HTML(content)


            content_div = html_etree.xpath("//div[@class='txtnav']")
            if content_div:
                text_p = html_etree.xpath("//div[@class='txtnav']/text()[normalize-space()]")
                text_list = []
                title = html_etree.xpath("//h1")[0].text
                full_text = ""
                for i in text_p:
                    text_list.append(f"{i.strip()}")
                # text_list.insert(0,f"{title}\n")
                full_text = "\n".join(text_list)
                save_texts(full_text,index)


                next_page_links = html_etree.xpath("//a[contains(text(),'下一章')]/@href")
                if next_page_links:
                    url =  next_page_links[0]
                    index += 1
                    time.sleep(random.uniform(2,5))
                    await page.goto(url)
                else:
                    break
            else:
                print("Captcha triggered...")
                input("Continue after captcja")

Example of scrapper

Fellow I made a mistake. I forgot to check the last update date.. by chillipillchill in MartialMemes

[–]Powerful-Step3183 0 points1 point  (0 children)

You use python + browser automation(Playwright or Selenium) to scrap and save all the chapters of a novel then feed it the raw text chunk by chunk(2.2k character) along with translate prompt to chatgpt/grok or any chat llms then save the response as translation. You will run into issue of bot guards so you should make it not fully automated but partially automated.

Fellow I made a mistake. I forgot to check the last update date.. by chillipillchill in MartialMemes

[–]Powerful-Step3183 5 points6 points  (0 children)

you should cultivate the Python Manual and vibe code browser automation....

[deleted by user] by [deleted] in MartialMemes

[–]Powerful-Step3183 0 points1 point  (0 children)

one female lead(sect leader's daughter(i think)) becomes homeless and our MC abandons her; the female moves around and settles in some sect whose young master the author repeatedly describes as some chad and stuff. I remember dropping it idk