https://github.com/cakecatz/tweet-recorder
https://github.com/cakecatz/tweet-recorder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cakecatz/tweet-recorder
- Owner: cakecatz
- Created: 2015-10-05T04:46:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T04:52:27.000Z (over 9 years ago)
- Last Synced: 2025-02-12T02:08:37.098Z (3 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```