Ada ribuan jobs untuk web scraping, apakah full time, part time atau freelance di platform seperti UpWork, Amazon MTurk dan Indeed.
Image Web Scrapping (credit to Google)
Keahlian web scrapping biasanya dimasukkan kedalam keahlian sebagai Data Engineer, Data Scientist, and Web Content Specialist.
Introduction sampai ke menit 8.20: Scrapy Course – Python Web Scraping for Beginners - YouTube
Chapter 03, menit ke 16: Scrapy Course – Python Web Scraping for Beginners - YouTube
Langkah langkah install scrapy di VSC
> python -m venv scrapycourse
> scrapycourse\Scripts\activate
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp> pip list
pip 24.0
setuptools 65.5.0
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp> pip install scrapy
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp>scrapy startproject codebear
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp>
==================================
Chocolate project
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp>scrapy startproject chocolatescraper
New Scrapy project 'chocolatescraper', using template directory 'C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp\scrapycourse\Lib\site-packages\scrapy\templates\project', created in:
C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp\chocolatescraper
You can start your first spider with:
cd chocolatescraper
scrapy genspider example example.com
(scrapycourse) C:\Users\Evi\.vscode\WebScrapCourse\FreeCodeCamp>
JJJJJJJJJJJJJJJJJJ
Selain kursus, ada dua website penting untuk install Python libraries yang berguna dalam web scraping:
Install beauty soup: How to Install Beautiful Soup in Visual Studio Code - YouTube
Web scrapping Guide: Python Web Scraping Tutorial • Step by Step Beginner's Guide - YouTube
JJJJJJJJJJJJJJJJJJJJJJJ
No comments:
Post a Comment