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 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T20:19:28.000Z (about 1 year ago)
- Last Synced: 2025-05-29T19:58:48.750Z (about 1 year ago)
- Topics: cli, gotd, sticker, sticker-pack, stickers, telegram, tool
- Language: Go
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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