Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 427 Bytes

Web-Scraping-Using-GO

Make Web Scraping model using Programming Language Go.

The Point of this Project is getting familiar with new language.

The strength of using GO is processing the data in an asynchronism way. So it will finish work faster than Python does.

So i tried to scrape the Job Info from Indeed KR.

These work were followed by the lecture NomadCoders. (https://nomadcoders.co/go-for-beginners/lobby)