{"id":15607612,"url":"https://github.com/sevlamare/web_scraper","last_synced_at":"2026-04-25T22:32:14.261Z","repository":{"id":131692436,"uuid":"255686702","full_name":"SevlaMare/Web_Scraper","owner":"SevlaMare","description":"Get data from web pages to tables.","archived":false,"fork":false,"pushed_at":"2020-05-19T14:42:33.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T22:39:01.419Z","etag":null,"topics":["nokogiri","rspec","ruby","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SevlaMare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-14T18:05:04.000Z","updated_at":"2023-03-08T02:42:15.000Z","dependencies_parsed_at":"2023-09-18T23:46:06.568Z","dependency_job_id":null,"html_url":"https://github.com/SevlaMare/Web_Scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SevlaMare/Web_Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FWeb_Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FWeb_Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FWeb_Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FWeb_Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/Web_Scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2FWeb_Scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nokogiri","rspec","ruby","unit-testing"],"created_at":"2024-10-03T05:02:30.068Z","updated_at":"2026-04-25T22:32:14.246Z","avatar_url":"https://github.com/SevlaMare.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraper\n\u003e Scan for open positions of any kind and export data into a table.\u003cbr\u003e\n\n![screenshot](screenshot.png)\n\n\u003cbr\u003eThe main purpose here is to deploy a working app\u003cbr\u003e\nHaving to learn a new librarie in a short amount of time (Less than 3 days).\n\n## Content\n\n* [Requirements](#requirements)\n* [Built With](#built-with)\n* [Getting Start](#getting-start)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n## Requirements\n\n\u003cul\u003e\n  \u003cli\u003eShould use Nokogiri\u003c/li\u003e\n  \u003cli\u003eShould use Oriented Object Programming\u003c/li\u003e\n  \u003cli\u003eShould have unit tests\u003c/li\u003e\n  \u003cli\u003eFollow good practices\u003c/li\u003e\n  \u003cli\u003eMake it friendly to use and modify\u003c/li\u003e\n\u003c/ul\u003e\n\n## Built With\n\n- Ruby Language \u003cbr\u003e\n- Nokogiri \u003cbr\u003e\n- RSpec (Unit testing) \u003cbr\u003e\n- Rubocop (Linter) with Stickler (CI Tool) \u003cbr\u003e\n- Git, Github and VScode \u003cbr\u003e\n\n## Getting Start\n\n#### Install\nTo use this program, you will need install:\n* Ruby Language - Version 2.5.5 or high - [Install guide](https://www.ruby-lang.org/en/documentation/installation/)\n* Nokogiri Gem - Version 1.10.9 or high - [Install guide](https://nokogiri.org/tutorials/installing_nokogiri.html)\n\nif you are using Ubuntu, you can install both on terminal, just typing:\n```js\nsudo apt-get install ruby-full\n```\nand\n```js\ngem install nokogiri\n```\n\n#### Get a local copy\nNow you need a copy of this application, if you are using Git:\n```js\ngit clone git@github.com:SevlaMare/Web_Scraper.git\n```\nOtherwise just hit (Download Zip) on green button (Clone or Download) at top of this page.\n\n\n#### Run (With default settings)\nTo run, from the application folder, just type on terminal:\n```js\nruby bin/main.rb\n```\n\nWhen run, by default, it will generate a CSV file with data \nfrom one page, scrapped for 'Full Stack' open positions.\n\n#### Modify Parameters\nIf you want to change which kind of position it will look for, \nor of which page you want to get the results, do the following steps:\n\n* Open the directory `/bin` from application folder\n* Open the file `main.rb` with any text editor\n* At the last line, you have this:\n\u003cbr\u003e`show_all(3, true, 'ruby rails')`\n* The number 3 is the page which you want to scrap, can by any available number.\n* You can change the `true` to `false` if you don't want the CSV file.\n* The 'ruby rails' you can change to any keyword that you want to search for open positions.\n* After the changes, save the file and run it on terminal.\n\n#### Output file\nAfter running `data.csv` will be generated\u003cbr\u003e\nIt contains 4 rows, with the position name, location, salary and description respectively.\u003cbr\u003e\nEach column will be one job post.\u003cbr\u003e\nIt comes ready to be imported in any database or any spreadsheet program.\u003cbr\u003e\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n## Acknowledgments\n\nA special thanks for the code reviewers.\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare)](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare)](https://www.linkedin.com/in/sevlamare)\n\n### License\n\n\u003cstrong\u003eCreative Commons\u003c/strong\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fweb_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Fweb_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fweb_scraper/lists"}