Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/specious/meetup-cli
- Owner: specious
- Created: 2016-10-14T13:03:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T07:04:48.000Z (almost 7 years ago)
- Last Synced: 2024-04-25T05:02:22.623Z (6 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/meetup-cli
- Size: 223 KB
- Stars: 42
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cli-apps - meetup-cli - Meetup.com client. (Productivity / HTTP Client)
- fucking-awesome-cli-apps - meetup-cli - Meetup.com client. (Productivity / HTTP Client)
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