Skip to content

WScraping/up_work_skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpWork skills parser

Article: Scrape UpWork skills with Nokogiri

Just for fun, maybe it will be helpful for someone 😄

Usage

Very simple:

skill_parser = Parsers::UpWork::SkillsParser.new('a'..'z')
skill_parser.scrape_pages
skill_parser.data #=> Array[..]

Contributing

  1. Fork it ( https://github.com/WScraping/up_work_skills )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Simple parser for UpWork skills on Ruby with Nokogiri

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%