Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillazg/go-o3o
a ascii emoticon generator based on Go
https://github.com/mozillazg/go-o3o
Last synced: 13 days ago
JSON representation
a ascii emoticon generator based on Go
- Host: GitHub
- URL: https://github.com/mozillazg/go-o3o
- Owner: mozillazg
- License: mit
- Created: 2015-03-04T09:44:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-11T12:30:59.000Z (almost 10 years ago)
- Last Synced: 2024-12-12T16:44:41.051Z (about 1 month ago)
- Language: Go
- Size: 152 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-o3o
[![Build Status](https://travis-ci.org/mozillazg/go-o3o.svg)](https://travis-ci.org/mozillazg/go-o3o)
golang implementation of [o3o](https://github.com/turingou/o3o)
## Installation
`go get github.com/mozillazg/go-o3o/cmd/o3o`
## Usage
# random emoticon
$ o3o
( ̄┏Д┓ ̄ )# seach emoticons by tag
$ o3o happy
ヾ(・ω・*)ノ# list all available tags
$ o3o list
握手
xiong
old
哈哈
what
...## Thanks
This is based on [turingou/o3o](https://github.com/turingou/o3o)