Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layerex/telegram-export-stickers
Export sticker sets from telegram
https://github.com/layerex/telegram-export-stickers
telegram telegram-stickers
Last synced: 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T21:41:10.000Z (3 months ago)
- Last Synced: 2024-11-16T22:27:06.630Z (3 months ago)
- Topics: telegram, telegram-stickers
- Language: Go
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 urlsoptions:
-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 compatibilitySession file is saved to /home/user/.local/share/telegram-export-stickers/tg.session
```