Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/specious/meetup-cli

:pizza: Track upcoming and past meetup events (needs to be updated)
https://github.com/specious/meetup-cli

Last synced: 2 months ago
JSON representation

:pizza: Track upcoming and past meetup events (needs to be updated)

Awesome Lists containing this project

README

        

# meetup-cli

Tired of meetups clogging up your inbox? Track and share your upcoming [Meetup.com](https://www.meetup.com/) events using this command line tool.

Get it: `gem install meetup-cli` *(might require sudo)*

# What can you do with it?

By default, it shows your upcoming meetups:

![meetup-cli 1.0.2](screenshot.png)

# What else does it do?

Show upcoming meetups you're going to:

```
meetup-cli
```

Show upcoming meetups you're not going to:

```
meetup-cli notgoing
```

Show meetups you went to in reverse chronological order:

```
meetup-cli went
```

Show all the commands:

```
meetup-cli --help
```

# Objective

This project aims to make some of Meetup API’s functionality available through an easy-to-use command line interface.

# Want to help?

Contributions are welcome. Please check the [issues](https://github.com/specious/meetup-cli/issues) and feel free to open a pull request.

# License

ISC