Accompanying code for youtube video.
A webscraper built using colly in go configured to scrape internshala.
Also includes a sample visualization from gathered data.
01_webScraper :
Contains program to scrape data from a website.
( "internshala.com" in this case )
02_trimData :
Gathered data is formatted & trimmed as per usecase.
( Removes Unpaid Jobs in this case )
03_categorizeData :
Data is categorized into desired groups.
( Cateorized into job profiles in this case )
04_plotData :
Data is further processed & visualization is carried out.
( Plotted Graph Included )