https://github.com/hansputera/sent2ngl
Sent anonymous messages to ngl.link person via CLI
https://github.com/hansputera/sent2ngl
anonymous-message ngl ngl-link sent2ngl
Last synced: about 2 months ago
JSON representation
Sent anonymous messages to ngl.link person via CLI
- Host: GitHub
- URL: https://github.com/hansputera/sent2ngl
- Owner: hansputera
- License: mit
- Created: 2022-10-20T14:27:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T15:45:53.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:43:15.436Z (3 months ago)
- Topics: anonymous-message, ngl, ngl-link, sent2ngl
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sent2Ngl
Sent anonymous messages to ngl.link person via CLI (Command-Line Interface)
## InstallationInstall sent2ngl (build from source)
But, you need to install Go language first.```bash
git clone https://github.com/hansputera/sent2ngl
cd sent2nglgo build
```
## UsageAfter build the source code, run
**Format:**
```bash
./sent2ngl username message1 message2
```
**Example:**
```bash
./sent2ngl hanif.dwy.sembiring20 hello world
```## Authors
- [@hansputera](https://github.com/hansputera)
## License
[MIT](https://choosealicense.com/licenses/mit/)