Where is the part about making the bot be undetected by Amazon to not get blocked? 😢
@zaklaghlam13 жыл бұрын
Yayyy, been waiting patiently for this. Thanks bro. 😊
@CODEMENTAL3 жыл бұрын
Sorry for the wait. I am quite busy lately and it took me extra time to edit this video. Hope you enjoy it. Any questions just shoot.
@semihsengul68954 ай бұрын
Fun to watch! Hope someday Im gonna do it
@hsdxb6 ай бұрын
Does this only work for Amazon? or can it be applied to any online website?
@osmanmowafy4573 Жыл бұрын
can build Web Scraping Amazon Products that have same picture but that products have Multiple names
@VaibhavShewale2 жыл бұрын
so we can do this for any website, right?
@CODEMENTAL2 жыл бұрын
Yes
@jeevankumarreddyravuru33462 жыл бұрын
Can we deploy the same in cloud like AWS??
@CODEMENTAL2 жыл бұрын
Should be.
@HeySeanPo10 ай бұрын
Is there a way to sent text in WhatsApp and have the bot be able to read and apply it?
@CODEMENTAL10 ай бұрын
Yes! But consider whether Whatsapp is your tool of choice. Maybe discord would be better suited, if all you need is a messaging tool, since it has free APIs for bot integration
@lecanius2 жыл бұрын
would there be anyway to make it work on a wordpress website?
@CODEMENTAL2 жыл бұрын
It works on any website
@lecanius2 жыл бұрын
@@CODEMENTAL how would I implement it?
@blake89183 жыл бұрын
pip install chrome auto works as well I believe
@CODEMENTAL3 жыл бұрын
Good tip. You mean this: pip install chromedriver-autoinstaller ?
@blake89183 жыл бұрын
@@CODEMENTAL yep that's what I used.
@CODEMENTAL3 жыл бұрын
@@blake8918 awesome. I prefer to be in control, but it is a good tip for beginners.
@georgezambrano51662 жыл бұрын
This is epic!
@ARON403 жыл бұрын
Can you add the source code for this video ?
@CODEMENTAL3 жыл бұрын
The blog article in the description contains a link to the source code and more
@3mager3 жыл бұрын
For some reason none of my commands work like yours. For example instead using Title.str.contains like you do. I have to use .__contains.() Why would my functions be different than yours? Also I can’t get rid of the [ ] extra text when I try to add something to a df.
@CODEMENTAL2 жыл бұрын
Check your schema for the panda data frame. Are the data types correct.
@dtaktlq129611 ай бұрын
I seem can not install chrome binary properly even i tried with conda-forge. You know what problem causing that? I used this conda install -c conda-forge python-chromedriver-binary-120.0.6099.71 since my chrome is Version 120.0.6099.13 Thank you