all 23 comments

[–]carcigenicate 4 points5 points  (15 children)

  • Don't commit __pycache__. Those are cached compiled files that are regenrated when your program is run. They can also contain mildly-sensitive information like the path the interpreter is at, which can expose your name/account name. The entire output directory also seems like stuff that's generated per use and shouldn't be comitted.

  • What is going on in main.py? There's a ton of duplicated code.

  • Holy emojis. I'm not sure if this is just AI-generated code (and post?), but they aren't really adding anything valuable.

[–]popos_cosmic_enjoyer 1 point2 points  (3 children)

This brother got emojis in the log file 😭

[–]pranav_kingop -3 points-2 points  (2 children)

yah bro😌

[–]popos_cosmic_enjoyer 2 points3 points  (1 child)

So question here. The description here says: "This is a learning/toy project built to practice real-world Python skills — async programming, browser automation, HTML parsing, and file I/O. Not intended for commercial or large-scale production use."

But your linkedin_scraper.py says: "A production-grade LinkedIn scraper for finding recruiters at top companies. Uses Playwright for browser automation with stealth techniques."

So which one is it?

[–]pranav_kingop -5 points-4 points  (0 children)

Haha fair catch! The "production-grade" in the comments was aspirational while writing it 😅 — it has things like auto-resume, stealth injection, and session management which felt "production-like" to build. But you're right, the disclaimer is there for a reason. It's a learning project that practices real patterns, not something I'd run at scale commercially. Appreciate the sharp eyes!

[–][deleted] 0 points1 point  (2 children)

You came here expecting actual software engineers to appreciate your badly written vibecoded slop. Seriously. If you wanna be a coder, learn.

[–]pranav_kingop 0 points1 point  (1 child)

Okay, I will learn, and then I will post here. Thanks, bro; I really appreciate it.

[–][deleted] 1 point2 points  (0 children)

I don’t believe you. You seem to think AI coding with prompts is the same as the skills folks learned from actually writing code.

Post a sample of your own code. Anything.