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

32 lines
899 B
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# 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)