https://github.com/foxboron/wii
https://github.com/foxboron/wii
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxboron/wii
- Owner: Foxboron
- Created: 2016-11-20T02:35:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T15:14:16.000Z (over 9 years ago)
- Last Synced: 2025-02-01T11:12:51.449Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wii
===
Webfrontend for [iii]{https://github.com/Foxboron/iii}.
Allows the use of a simple webfront-end for viewing logs or adding webhooks
```
Usage of ./wii:
-a string
Authentication. Example: user:pass (default none)
-i string
IRC directory
-p string
Port of the server (default "8003")
```
Example:
```
curl -u user:pass --data "msg=Hello World" "localhost:8003/irr.hackint.org/channel/buffer"
curl -u user:pass "localhost:8003/irc.hackint.org/channel/buffer"
```