Code Monkey home page Code Monkey logo

meetupinator's Introduction

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 Gem Version

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.
  • Reads in a list of meetups from a CSV file and uses an ERB template to format that list nicely.

Usage

Retrieving events

You must specify a input file and key or have your key in your ENV as MEETUP_API_KEY

$ meetupinator -i /location/of/input.txt -o /location/of/output.csv -k your_api_key_1234abcd -w 1

or this will get all the up and coming events

$ meetupinator  -i /location/of/input.txt

or for two weeks worth of events

$ meetupinator  -i /location/of/input.txt -w 2

This will write a otuput.csv to the current directory.

Formatting

$ meetupinator format -i /location/of/input.csv -o /location/of/output.whatever -t /location/of/template.whatever.erb

or, to use the default output location (output.html) and default template:

$ meetupinator format -i /location/of/input.csv -o /location/of/output.whatever -t /location/of/template.whatever.erb

During development

$ bundle exec ./bin/meetupinator ...

Licence

MIT

meetupinator's People

Contributors

joesustaric avatar aurenkin avatar

Watchers

Charles Korn avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.