Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

Wifi Life

Public • 192 • Free

14 contributions to Wifi Life
ShoeBot in action
Here is a glimpse to how I created and sold an all-centralized shopify store bot that helped a cook group with over 2000 members cop any shoe or clothing they wanted from these selected stores, within seconds!
7
7
New comment 13d ago
ShoeBot in action
0 likes • Sep 20
@Priyanshu Jha it all started with walmart
0 likes • 13d
@Habib Ahmed with the proper organization and code logic u should be able to, but having bot knowledge is crucial
I got an error that puppeteer.use is not a function
Hi everyone! I was writing a code for agency bot. It's from "Build $2000 project live" video, but when I start to run the code I get "TypError: puppeteer.use is not a function" error. How to fix this issue?
2
4
New comment Oct 13
I got an error that puppeteer.use is not a function
0 likes • Oct 13
Can u send the snippet of the code here, puppeteer.use(StealthPlugin());
0 likes • Oct 13
@Gevorg Hovhannisyan If you haven’t go ahead and install these packages before running ur packages: npm install puppeteer-extra puppeteer-extra-plugin-stealth And maybe I can condense the code u have to this: const puppeteer = require('puppeteer-extra'); // use puppeteer-extra const StealthPlugin = require('puppeteer-extra-plugin-stealth'); // require the stealth plugin // Add the stealth plugin puppeteer.use(StealthPlugin()); const locateChrome = require('chrome-location'); let url_16 = "https://www.apple.com/shop/buy-iphone/iphone-16-pro"; async function givePage() { const browser = await puppeteer.launch({ headless: false, executablePath: locateChrome }); let page = await browser.newPage(); return page; } async function run() { let page = await givePage(); await page.goto(url_16); await add_to_cart(page); } async function add_to_cart(page) { let selector = "input[data-autom='dimensionScreensize6_3inch']"; await page.waitForSelector(selector); await page.evaluate(() => document.querySelector("input[data-autom='dimensionScreensize6_3inch']").click()); } run(); puppeteer-extra: This package is a wrapper around Puppeteer that allows the use of plugins. Stealth Plugin: We are using puppeteer-extra-plugin-stealth to hide the fact that Puppeteer is controlling the browser. This plugin helps avoid detection by sites that block bots.
How Meeting Clients' Needs Landed Me a 5-Figure Automation Deal
In this rapid world, everyone is looking for opportunities to simplify their life or expedite the rudimentary work they do manually every day. This is where automation comes into play to solve those problems. Tech stacks like Puppeteer and Selenium are AMAZING tools to leverage and build a bot to automate any work. But what's the point of having these skills if you’re not making any bread or bank? That’s exactly what I asked myself when I started working with my recent client. After several back-and-forth discussions, it became clear—if I could meet their needs and tailor a solution to their workflow, the deal was mine to seal. This client had a unique challenge: they needed to manage multiple brokerage accounts seamlessly through automation. After several discussions and demos, I showed how a bot could save them time and money, streamlining processes across multiple brokerages using Puppeteer. But it wasn’t just about the tech. It was about understanding their workflow, addressing their concerns, and making sure the solution was scalable and easy to use. Another key part of closing deals is understanding the value of your work and negotiating numbers—without being greedy. When I approached the pricing for this bot, I did my research first. I took the time to break down exactly what the client needed, the scale of the automation, and the long-term value it would bring to their business. From there, I documented everything—why each feature was necessary, how it would impact their workflow, and how the tech would save them time and money in the long run. When it came time to present the quote, I made sure to clearly explain every aspect. I didn’t just throw a number out there—I justified it. And when the client wanted to negotiate, I was open to it. It’s important to remember that closing a deal isn’t about squeezing out the highest amount of money you can. It’s about finding a balance where both sides feel satisfied. You have to show the client the value they’re getting and be willing to meet them in the middle if needed.
3
2
New comment Oct 12
1 like • Oct 12
@Ilya K every website is scaling their security to prevent bot activity and that’s a given. The only solution we as bot dev can offer is monthly maintenance on all the sites and be on top for any security updates. Testing each and every aspect of the bot is vital as it gives us an idea of how things are changing from the prior versions.
holla everyone, meet a new friend:)
Hi fellow humans, I am Shubham, a recent CS graduate and curious software developer. Excited to meet you all here! Thank you so much, @ritesh, for this awesome community. Let’s connect and do something great together!
4
12
New comment Oct 5
1 like • Oct 2
Aye another Shubham!! Welcome!
Guidance
Hey guys i was thinking to write a message from a lot of days.... I am 22 years old I don't have a good financial background last year I was really inspired from ristesh's a day in life of software engineer vlog.... But currently I have motivated myself and started learning web development.... Just wanted to ask u for a favour how can I get a job in software engineering quickly as I need some money to feed myself I am willing to give my 100 percent...
1
2
New comment Sep 23
0 likes • Sep 23
Hi Ashu, I understand your situation and this community is great place to start building all the necessary skills that an engineer would need to apply in the real world, and I am speaking from a working software engineer’s POV. It’s great to hear that u have picked up interest in web dev, and what I would say is to learn how you can use that skill to integrate with different parts of SWE, ML or any CS stream, in fact web dev is vital for bot dev. Money is critical but learning skills and showing that you know ur stuff is faster way for a recruiter to hire you.
1-10 of 14
Shubham Shrivastava
3
34points to level up
@shubham-shrivastava-7410
Software Engineer | Rising Techpreneur

Active 6h ago
Joined Sep 12, 2024
powered by