Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/clingre
lingr client app in clojure
https://github.com/ujihisa/clingre
Last synced: about 1 month ago
JSON representation
lingr client app in clojure
- Host: GitHub
- URL: https://github.com/ujihisa/clingre
- Owner: ujihisa
- Created: 2013-06-12T02:14:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T22:10:27.000Z (over 10 years ago)
- Last Synced: 2024-05-01T23:19:18.417Z (7 months ago)
- Language: Clojure
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## clingre
lingr client app in clojure
## License
GPL version 3 or later
## Author
Tatsuhiro Ujihisa
## Usage: how to start
help:
$ java -jar clingre-1.0.jar -h
login with specifying login email and password:$ java -jar clingre-1.0.jar -e [email protected] -p ddd
$ java -jar clingre-1.0.jar -u aaa -p ddd
login with login info in a file$ java -jar clingre-1.0.jar -c .clingrerc.clj
where .clingrerc.clj is like
{:email '[email protected]' :password 'ddd'}
or
{:user 'aaa' :password 'ddd'}
## Usage: how to send / receive
* send: write in the following format to the process
["room-id" "message\n escape double-quote like \" please"]
* receive: the process prints to stdout in the [lingr format](https://github.com/lingr/lingr/wiki)