Skip to content

Web scraping CLI app Which allows the user to search the meetup.com website for events in their area, with the results being displayed as a list.

License

Notifications You must be signed in to change notification settings

TheBoyMoe/ruby-web-scraping-cli-app

Repository files navigation

Meetup Web Scraper CLI gem

Description

Search Meetup.com for events near you via a command line interface.

Objectives

  1. Provide a CLI
  2. CLI must provide access to data from a web page.
  3. The data provided must go at least one level deep, generally by showing the user a list of available data and then being able to drill down into a specific item.
  4. Use good OO design patterns.
  5. Convert the app into a gem

Installation

Install the gem as directed below, or download the repo and from the root of the project execute ./bin/meetup-scraper to launch the cli and follow the prompts.

  $ gem install meetup-scraper

Usage

Execute the following command and follow the prompts.

  $ meetup-scraper

Enter you subject of interest, you local town and the distance your willing to travel. A list of suitable matches will be displayed, if any are found. You can drill in further into any event by entering that item's number, otherwise repeat the search or exit.

License

The gem is available as open source under the terms of the MIT License.

About

Web scraping CLI app Which allows the user to search the meetup.com website for events in their area, with the results being displayed as a list.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published