Channel Avatar

Code [RE] Code @UCLj_i7yL-8FZrdQA6eE4iqQ@youtube.com

6.3K subscribers - no pronouns :c

I am Upendra, and I welcome you to my channel. This channe


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Code [RE] Code
Posted 5 months ago

Hey everyone! πŸš€
I’m taking my YouTube channel in a whole new direction, focusing on the incredible world of AI. πŸ€–
With the recent advances, it’s the perfect time to dive in!
What would you like to learn ⁉️

0 - 0

Code [RE] Code
Posted 1 year ago

My last three videos were all based on your suggestions in the community post:

- Scrapy Cloud - https://youtu.be/svI32efCymU
- Windows Task Scheduler - https://youtu.be/kF_QIZZ84Qs
- Linux VM on Windows for Playwright - https://youtu.be/N49wHJYHxJw

Keep those suggestions flowing in!

12 - 3

Code [RE] Code
Posted 2 years ago

I planned many scrapy-playwright videos, but unfortunately, the scrapy-playwright plug-in doesn't work smoothly in Windows.
The only way to get it working on Windows is by using WSL (Linux's Windows Subsystem). And that is only for headless mode.
Other workarounds are complex and don't work for everyone.
Most of you use Windows, so I am considering putting the series on hold.

What would you like to see me cover next?

1 - 15

Code [RE] Code
Posted 3 years ago

Hello everyone! This video is special for me because of the amount of work I have put in the editing. You will see lot of zooming in and highlighting in this video.
What do you think about this editing style?

2 - 0

Code [RE] Code
Posted 3 years ago

Hello Everyone! Thank you for participating in the poll last week. The majority of you want to know other tools. So here is an introduction to a Playwright. I will not be surprised to see this ruling over Selenium in the coming days. Let me know if you would like to dig deeper into Playwright 🍻

4 - 0

Code [RE] Code
Posted 3 years ago

Scrapy alone is not enough.
All well-paying jobs need some level of additional work apart from web scraping. I am planning few videos on other areas which will help you learn more and earn more.
What would you like to see first?

7 - 4

Code [RE] Code
Posted 3 years ago

I did it again! Another experimental thumbnail. πŸ˜€
Let me know hows the thumbnail AND how's the video. I will always need your suggestions.

2 - 0

Code [RE] Code
Posted 3 years ago

Most of the thumbnails are the same on this channel. Trying something new for this video.
What do you think about the new thumbnail (A) vs the old style thumbnail (B)?
Let me know in the comments! πŸ™‚
Update: The video is live now: https://youtu.be/2LwrUu9yTAo
Let me know if you like it or dislike it in the comments :-)

16 - 25

Code [RE] Code
Posted 3 years ago

If you already know BeautifulSoup, then I have good news for you! 🎁
This can useful even if you know Scrapy but have to convert a BS4 code to Scrapy.
You don't need to learn and use CSS or XPath selectors, at least not in the beginning. You can use BeautifulSoup with Scrapy. Wath the video for more and don't forget to leave a comment :-)

5 - 0

Code [RE] Code
Posted 3 years ago

STEP 1. pip install scraper-helper
STEP 2.
In settings.py file:
import scraper_helper as sh
DEFAULT_REQUEST_HEADERS = sh.headers()
That's all it takes to send the usual headers that your browser sends.

11 - 7