Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)