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

https://github.com/cakecatz/tweet-recorder


https://github.com/cakecatz/tweet-recorder

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tweet Recorder

## Install

```bash
npm install -g babel # if you don't have it
npm install cakecatz/tweet-recorder -g
```

## Usage
```bash
vim keys.json # Add your keys for twitter auth
tw-rec 'hello' -o ./tweets.json
```