Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/CLI Tool Collection/Happynet.md

32 lines
899 B
Markdown
Raw Permalink Normal View History

# Happy Net Box CLI tool
A command line tool for interacting with [Happy Net Box](https://happynetbox.com/)
### [](https://www.npmjs.com/package/happynet#install)Install
In your terminal app, run:
```
$ npm install -g happynet
```
### [](https://www.npmjs.com/package/happynet#subscribe-to-users)Subscribe to users
- Create a file called ~/.happynetbox
- Add a list of @happynetbox handles you want to follow
- Run `happynet` from your terminal
### [](https://www.npmjs.com/package/happynet#get-updates)Get updates
In your terminal app, run:
```
$ happynet
```
You will see the latest post from each person in your .happynetbox file!
- Additionally there is a GOPHER addition to happynet as well [which can be accessed here. ](https://happynetbox.com/gopher)
--via [source](https://www.npmjs.com/package/happynet) & made by amazing developer [Ben Brown](https://github.com/benbrown)