Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tdakkota/addsticker

addsticker is a simple tool for adding Telegram stickers using gotd
https://github.com/tdakkota/addsticker

cli gotd sticker sticker-pack stickers telegram tool

Last synced: 12 days ago
JSON representation

addsticker is a simple tool for adding Telegram stickers using gotd

Awesome Lists containing this project

README

        

# addsticker

[![build-img]][build-url]
[![pkg-img]][pkg-url]
[![reportcard-img]][reportcard-url]
[![coverage-img]][coverage-url]
[![version-img]][version-url]

addsticker is a simple tool for adding stickers using gotd

## Install
```
go install github.com/tdakkota/addsticker@latest
```

## Example
```
addsticker -image "gorilla.png" -emoji "🦍" -pack "mypack"
```

[build-img]: https://github.com/tdakkota/addsticker/workflows/Coverage/badge.svg
[build-url]: https://github.com/tdakkota/addsticker/actions
[pkg-img]: https://pkg.go.dev/badge/tdakkota/addsticker
[pkg-url]: https://pkg.go.dev/github.com/tdakkota/addsticker
[reportcard-img]: https://goreportcard.com/badge/tdakkota/addsticker
[reportcard-url]: https://goreportcard.com/report/tdakkota/addsticker
[coverage-img]: https://codecov.io/gh/tdakkota/addsticker/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/tdakkota/addsticker
[version-img]: https://img.shields.io/github/v/release/tdakkota/addsticker
[version-url]: https://github.com/tdakkota/addsticker/releases