Thanks for watching! Here's the code: github.com/codingforentrepreneurs/Web-Scraping-with-Django-Celery Grab the free Udemy course: www.udemy.com/course/smarter-web-scraping-with-python-ai/ 00:00:00 - Welcome 00:02:23 - Tools 00:06:07 - Rapid Fire Django + Celery Integration 00:19:06 - Setup Project 00:21:23 - First Look at Selenium with Jupyter 00:25:08 - Proxy Scraping with Bright Data + Selenium 00:32:08 - Helper Functions for Bright Data Module 00:35:55 - Django + Jupyter Integration 00:39:00 - Parsing Data with BeautifulSoup4 00:52:02 - Amazon Captcha + Prepare Parser Helper Functions 00:58:30 - Saved Scraped Data with Django Models 01:10:51 - Celery Task to Offload Scrape-to-Save 01:22:29 - Schedule Scraping Events with Celery in the Django Admin 01:33:16 - Thank you and next steps
@emikenester917410 күн бұрын
Really enjoying the series! Does HasData offer any API that simplifies scraping complex pages like Amazon?
@amitavasengupta558010 ай бұрын
Awesome!!!!!!!!! Was waiting for a celery video from the Master himself!!!! Had a tough time with celery now it's a time for a celebration
@CodingEntrepreneurs10 ай бұрын
You got this! 👍
@DiegoSilva-dv9uf5 ай бұрын
Valeu!
@CodingEntrepreneurs5 ай бұрын
Thank you
@abolfazldaneshvar144110 ай бұрын
What a good tutorial! Keep going man
@CodingEntrepreneurs10 ай бұрын
Thank you!
@banka99010 ай бұрын
You are my only hope to make a tutorial on integration of Django with Next.js and demonstrate different types of rendering - SSR, CSR and SSG. Please
@diogos723310 ай бұрын
I hope he sees your comment. I wish to learn this too.
@oludelehalleluyah67236 ай бұрын
Your prayers were answered
@yssplays26206 ай бұрын
The best youtuber i ever seen
@kaanatsever233310 ай бұрын
If you say we are scrapin, then we are scrapin
@CodingEntrepreneurs10 ай бұрын
😂😂
@dgiri233310 ай бұрын
1.Sir do text to (sql or ORMS) ask our questions and get result that way Course can you plan sir like Langchain sql to openai /2.geodjango related ask questions and get answers from our database
@gamingLiberationFrontOfficial10 ай бұрын
sir can you please one on Nextjs Django and Docker
@edwardmike75237 ай бұрын
I learnt alot, thanks so much. But why did you use Django, if you need its model you can use Pydantic, SQL-alchemy, PostgreSQL
@MuhammadRizwanManzoor-f1n6 ай бұрын
The reason is simple. They don't have Django Admin feature. Here the idea was to control everything through an interface. Imagine you are providing this all configured scraping functionality to a Non-Programmer client who can easily scrap and control events from Django Admin UI.
@MehrdadMahmoodpoor8 ай бұрын
great, can you tell me the name of font that you are using in vscode?
@aashayamballi10 ай бұрын
thank you!
@adirnoyman22319 ай бұрын
I’m trying to ping the redis-cli but getting this error: “redis-cli zsh command not found”. The venv is active and Docker is running the Redis image. What can be the problem?
@CodingEntrepreneurs9 ай бұрын
You need to install the redis-cli on your machine. It’s different from what you mentioned. The Python redis client should connect to your docker instance of redis without the redis-cli
@alexdin156510 ай бұрын
at the right time because I got blocked a lot hhhhhh please can you make a video on how we can deploy Django with docker to server. I'm one of your udemy Django core if you can update the content
@CodingEntrepreneurs10 ай бұрын
Thanks for the suggestions. I do need to update Django Core. Thanks for the feedback
@alexdin156510 ай бұрын
how much Bright Data costs for 1000 scraped URL?
@not_amanullah10 ай бұрын
thanks ❤
@sheikhhassan789910 ай бұрын
Bright site link isn't working for me 🤔 anyone who is facing this issue ?
@CodingEntrepreneurs10 ай бұрын
How do you mean it’s not working?
@philtoa33410 ай бұрын
Nice.
@ddkinput2 ай бұрын
Celery and it's like still useless for heavy tasks and we still split out code in half or more to be Celery compatible. wasting time..