Article: Make UpWork job for fun and free :) Parsing or Web Scraping
Simple parser for Lansstyrelsen. Just for fun, maybe it will be helpful for someone 😄
This parser made for UpWork task and share for free.
Very simple:
parser = Parsers::Lansstyrelsen.new(1000)
parser.get_all_pages
pp parser.data
- Fork it ( https://github.com/WScraping/lansstyrelsen_parser )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request