0.0
No release in over 3 years
Low commit activity in last 3 years
Search Meetup.com and scape the details of the latest meetups in your area.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 0
~> 10.0
~> 3.0

Runtime

= 1.6.6.2
 Project Readme

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.