Sha256: 08266f0e41686e9e5f353c4547a513f7e9699c6bb163624d6a7022ccf1ec074c

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# meetupinator
This is just a meetup.com console app so far.
Basically this is just a CLI tool to help you interface in a more automated way with meetup.
Give it a list of meetup names you're interested in and then run it and it can tell you what the future meetups are.

[![Build Status](https://travis-ci.org/joesustaric/meetupinator.svg?branch=master)](https://travis-ci.org/joesustaric/meetupinator)
[![Gem Version](https://badge.fury.io/rb/meetupinator.svg)](http://badge.fury.io/rb/meetupinator)

# What does it do atm?
Reads in a list of meetups from a file and writes a csv of all the ones that have future events.

# Usage
```
$ meetupinator getevents -i /location/of/input.txt -o /location/of/output.csv
```
or  
```
$ meetupinator getevents -i /location/of/input.txt
```
This will write a otuput.csv to the current directory.

## During development

```
$ ruby -Ilib ./bin/meetupinator ...
```

# todo
- [x] - given a file input and an output dir write a file
- [ ] - provide options for date range
- [x] - Gem this

##Spec Notes
- Using VCR gem, will call API when tests are run first time.
- Export MEETUP_API_KEY into your environment
- Times from the api are milliseconds since epoch


# Licence
some open source one. not sure yet.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
meetupinator-0.4 README.md
meetupinator-0.3 README.md