https://github.com/layerex/telegram-export-stickers
Export sticker sets from telegram
https://github.com/layerex/telegram-export-stickers
telegram telegram-stickers
Last synced: 9 months ago
JSON representation
Export sticker sets from telegram
- Host: GitHub
- URL: https://github.com/layerex/telegram-export-stickers
- Owner: Layerex
- License: gpl-3.0
- Created: 2022-04-22T00:21:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T16:00:13.000Z (about 1 year ago)
- Last Synced: 2025-05-05T22:14:12.815Z (about 1 year ago)
- Topics: telegram, telegram-stickers
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-export-stickers
Export sticker sets from telegram
## Installation
```sh
make install
```
## Usage
``` text
usage: telegram-export-stickers [-h] [-d DIRECTORY] [--dont-save-session] [--app-id APP_ID] [--app-hash APP_HASH] [STICKER_SETS ...]
Export sticker sets from telegram.
positional arguments:
STICKER_SETS Sticker set names or urls
options:
-h, --help Show this help message and exit
-d DIRECTORY, --directory DIRECTORY
Directory to export stickers to
--dont-save-session Don't save session file (and don't use already saved one)
--app-id APP_ID Test credentials are used by default
--app-hash APP_HASH Test credentials are used by default
-s, --stickerpacks Ignored for compatibility
Session file is saved to /home/user/.local/share/telegram-export-stickers/tg.session
```