├── CHANGELOG.MD └── README.md /CHANGELOG.MD: -------------------------------------------------------------------------------- 1 | #### 2020-04-01 2 | - 适配`tgv2.0.1` 3 | 4 | 5 | #### 2020-03-31 6 | 1. 适配`tgv2.0` 7 | 2. 提升加/下载速度 8 | 3. 增加`F11`快捷键隐藏窗口 9 | 10 | 11 | 12 | #### 2020-03-21 13 | 1. 首次公开版本 适配`tgv1.9.21` 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![TGStickersDownloader](https://user-images.githubusercontent.com/16742566/77221635-3956c900-6b86-11ea-9ff8-199368753da3.png) 2 | 3 | 4 | # TGStickersDownloader_pulick 5 | > download the sticker packs 6 | 7 | 8 | 9 | ##### 使用 10 | 1. 启动tg 11 | 2. 点击run.bat 12 | 13 | ![image](https://user-images.githubusercontent.com/16742566/77187730-e4786b80-6b0f-11ea-9ea2-b2901b1f0728.png) 14 | 15 | 16 | 3. 在聊天窗口点击打开你的想要下载的表情 17 | 18 | ![image](https://user-images.githubusercontent.com/16742566/77187109-ebeb4500-6b0e-11ea-9bde-0e9b9d5f0362.png) 19 | 20 | 4. 使用鼠标在上面左右滑动 等待下载完成 21 | 22 | 23 | 24 | #### 效果 25 | 26 | ![image](https://user-images.githubusercontent.com/16742566/77995945-467e6f80-735f-11ea-9db8-089d7bb9c550.png) 27 | 28 | 29 | #### 比较 30 | - 速度 31 | - bot 32 | 33 | ![image](https://user-images.githubusercontent.com/16742566/77227984-1c8ab780-6bbf-11ea-856c-da6967909e95.png) 34 | 35 | - TGSD 36 | > 非常快 37 | - 隐私 38 | - bot 39 | > 表情包上传到机器人云端再下发 40 | 41 | - TGSD 42 | > 获取本地加密缓存若无向TG官方请求下载 43 | 44 | - 便捷 45 | - bot 46 | > 需要发送分享链接等待bot打包再下发然后下载再解压 47 | 48 | - TGSD 49 | > 直接保存在`我的文档\\TGStickers`目录下 50 | 51 | 52 | #### 传送门 53 | [所有版本](https://github.com/stonedreamforest/TGStickersDownloader_pulick/releases) 54 | 55 | [最新版本:v20200401](https://github.com/stonedreamforest/TGStickersDownloader_pulick/releases/tag/v20200401) 56 | 57 | 58 | #### 更改日志 59 | [CHANGELOG](https://github.com/stonedreamforest/TGStickersDownloader_pulick/blob/master/CHANGELOG.MD) 60 | 61 | 62 | 63 | --------------------------------------------------------------------------------