https://github.com/yaairfernando/remoteworkscraper
A scraper developed in Ruby that shows a list of remote jobs
https://github.com/yaairfernando/remoteworkscraper
remote-work rubocop ruby scraping-websites
Last synced: 8 months ago
JSON representation
A scraper developed in Ruby that shows a list of remote jobs
- Host: GitHub
- URL: https://github.com/yaairfernando/remoteworkscraper
- Owner: yaairfernando
- Created: 2020-01-07T23:46:59.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2023-04-11T23:47:26.000Z (over 2 years ago)
- Last Synced: 2025-01-02T07:27:27.078Z (9 months ago)
- Topics: remote-work, rubocop, ruby, scraping-websites
- Language: Ruby
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Hireable][hireable]][hireable-url]
RemoteWorkScraper
Fetching data from a webside to get remote jobs with ruby
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Required Installations](Required-Installations)
* [Usage](#usage)
* [Local Installation Instructions](Local-Installation-Instructions)
* [Gem List](#Gem-List)
* [Roadmap](#Roadmap)
* [Contact](#contact)
* [Contributing](#Contributing)
* [Show your support](#Show-your-support)## About The Project
(Click on the image to check for jobs! See instructions in [Usage](#usage))
[![Product Name Screen Shot][product-screenshot]](https://gitpod.io/github.com/YairFernando67/RemoteWorkScraper)In this project we built a web scraper with ruby that fetchs a list of remote jobs
### Built With
The project was developed using the following technologies:
- [Ruby](https://www.ruby-lang.org/es/)
- [Rubocop Linter](https://github.com/microverseinc/linters-config/tree/master/ruby)## Required Installations
Install the following to get this project running in your machine:
* Node
* NPM
* Ruby
* RailsAfter installation, run `ruby -v` to make sure Ruby installed correctly. Example
```
$ ruby -v
ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux]
```Also make sure that Rails is installed, but running `rails -v`.
Example
```
$ rails -v
Rails 6.0.2.1
```## Usage
Click on the image at the top or in the following [link](https://gitpod.io/github.com/YairFernando67/RemoteWorkScraper)
* In the left panel, open the bin folder and select "main.rb"
* Click on the console and type `cd bin` and hit enter to go to the bin folder
* Click on the console and type `./main.rb` and hit enter to start the game
* Now you can select what type of job you want to look for and you will get the list of jobs related
to that programming languaje!!## Local Installation Instructions
Follow these steps:
Clone the Repository
```Shell
user@pc:~$ git clone https://github.com/YairFernando67/RemoteWorkScraper
```Click on the console and to go to the folder that was created
```Shell
user@pc:~$ cd RemoteWorkScraper
```Install dependencies
```Shell
user@pc:~/RemoteWorkScraper$ bundle install
```Go to the bin folder
```Shell
user@pc:~/RemoteWorkScraper$ cd bin
```
```Shell
user@pc:~/RemoteWorkScraper/bin$ chmod 755 main.rb
```Run the main.rb file to start the project:
```Shell
user@pc:~/RemoteWorkScraper/bin$ ./main.rb
```## Gem List
This is the list of the gems that are required
- [byebug](https://github.com/deivid-rodriguez/byebug) - Used to debug your ruby code
- [nokogiri](https://nokogiri.org/) - Nokogiri is an HTML, XML, SAX, and Reader parser. Among Nokogiri's many features is the ability to search documents via XPath or CSS3 selectors.
- [rubocop](https://www.rubocop.org/en/stable/) - Automatic Ruby code style checking tool.
- [httparty](https://github.com/jnunemaker/httparty) - Makes consuming restful web services dead easy## Roadmap
See the [open issues](https://github.com/YairFernando67/RemoteWorkScraper/issues) for a list of proposed features (and known issues).
## Contact
👤 **Yair Fernando Facio**
- Github: [@YairFernando67](https://github.com/YairFernando67)
- Twitter: [@YairFernando18](https://twitter.com/YairFernando18)
- Linkedin: [softwaredeveloperyairfacio](https://www.linkedin.com/in/softwaredeveloperyairfacio/)
- Email: [yair.facio11@gmail.com](https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=yair.facio11@gmail.com)
- Portfolio: [softwaredeveloper](https://yairfernando67.github.io/Portfolio/)Project Link: [https://github.com/YairFernando67/RemoteWorkScraper](https://github.com/YairFernando67/RemoteWorkScraper)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/YairFernando67/RemoteWorkScraper/issues).
## Show your support
Give a ⭐️ if you like this project!
[contributors-shield]: https://img.shields.io/github/contributors/YairFernando67/RemoteWorkScraper.svg?style=flat-square
[contributors-url]: https://github.com/YairFernando67/RemoteWorkScraper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/YairFernando67/RemoteWorkScraper.svg?style=flat-square
[forks-url]: https://github.com/YairFernando67/RemoteWorkScraper/network/members
[stars-shield]: https://img.shields.io/github/stars/YairFernando67/RemoteWorkScraper.svg?style=flat-square
[stars-url]: https://github.com/YairFernando67/RemoteWorkScraper/stargazers
[issues-shield]: https://img.shields.io/github/issues/YairFernando67/RemoteWorkScraper.svg?style=flat-square
[issues-url]: https://github.com/YairFernando67/RemoteWorkScraper/issues
[license-shield]: https://img.shields.io/github/license/YairFernando67/RemoteWorkScraper.svg?style=flat-square
[license-url]: https://github.com/YairFernando67/RemoteWorkScraper/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/
[product-screenshot]: img/logoRepo.jpg
[hireable]: https://cdn.rawgit.com/hiendv/hireable/master/styles/flat/yes.svg
[hireable-url]: https://www.linkedin.com/in/softwaredeveloperyairfacio/