Medium-Scraper-Ruby icon indicating copy to clipboard operation
Medium-Scraper-Ruby copied to clipboard

The main goal of the scraper is to implement the main concepts of Ruby

Medium Scraper-Ruby

Status Github Issues GitHub2 Pull Requests License Linkedin Gmail Portfolio

The main goal is to implement the main concepts of Ruby

Output

Post Title: Intro To Grpc And Protocol Buffers
Post Description: Build (and Communicate With) Microservices In Your Native Programming Language!
Date & Time to read: Jul 29·15 min read

Built With

  • Ruby

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Text Editor (VSCode is suggested.)
  • Ruby

Setup

  • Install git
  • Open Terminal
  • Change directory to folder to download repository
  • Use cd <file-path>
  • Run git clone https://github.com/umairarshadbutt/Medium-Scraper-Ruby.git
  • Install Ruby
  • Install bundle install
  • Run ruby bin/main.rb

Testing

  • Install gem install rspec
  • Initialize rspec --init
  • Run rspec

To make any change,

  • Open related file by using text editor.

Authors

👤 Umair Arshad

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Project inspired by Microverse Program
  • Nokogiri: Nokogiri

📝 License

This project is MIT licensed.