Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)