ivysochyn / apartment-parser

Apache License 2.0
0 stars 0 forks source link

Parse page from the olx search #3

Closed ivysochyn closed 1 year ago

ivysochyn commented 1 year ago

Modify the main.go to download the page using a hardcoded link, it just has to download the source code of the page and save it to the file.

Later, add the function to parse the page and extract all the offers.

ivysochyn commented 1 year ago

Changes were merged.