Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tdakkota/addsticker
- Owner: tdakkota
- License: mit
- Created: 2021-07-11T19:06:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T19:55:29.000Z (about 1 year ago)
- Last Synced: 2024-10-18T21:17:14.361Z (19 days ago)
- Topics: cli, gotd, sticker, sticker-pack, stickers, telegram, tool
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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