├── README.md ├── bucket ├── hello.json ├── tt.json ├── qq.json ├── baidu │ └── netdisk.json ├── test.json ├── tim.json ├── baidunetdisk.json ├── douyu.json ├── weixin.json └── testTim.json ├── scripts └── auto.ps1 ├── LICENSE └── .gitignore /README.md: -------------------------------------------------------------------------------- 1 | # my-scoop 2 | 3 | first push 4 | 5 | -------------------------------------------------------------------------------- /bucket/hello.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliuq/my-scoop/master/bucket/hello.json -------------------------------------------------------------------------------- /scripts/auto.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aliuq/my-scoop/master/scripts/auto.ps1 -------------------------------------------------------------------------------- /bucket/tt.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "nightly", 3 | "description": "teamtalk for oppo", 4 | "license": { 5 | "identifier": "Proprietary", 6 | "url": "" 7 | }, 8 | "url": "https://dfsdg.myoas.com/public/download?app=imtt&file_code=745687295352508416#/dl.7z", 9 | "homepage": "https://tt.myoas.com" 10 | } 11 | -------------------------------------------------------------------------------- /bucket/qq.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "9.3.7", 3 | "description": "QQ PC版", 4 | "license": "Copyright © 1998-2020 Tencent. All Rights Reserved. 腾讯公司 版权所有", 5 | "url": "https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/PCQQ2020.exe#/dl.7z", 6 | "homepage": "https://im.qq.com", 7 | "bin": [ 8 | [ 9 | "bin\\QQ.exe", 10 | "qq" 11 | ] 12 | ], 13 | "hash": "160974fc256de2b426d36385b2ef9e6149babb702e38aa6a9e93fc9b54fadb34", 14 | "checkver": { 15 | "url": "https://im.qq.com/download/", 16 | "regex": "([\\d.]+)" 17 | }, 18 | "autoupdate": { 19 | "url": "https://down.qq.com/qqweb/PCQQ/PCQQ_EXE/PCQQ2020.exe#/dl.7z", 20 | "hash": { 21 | "mode": "download" 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /bucket/baidu/netdisk.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.0.5.9", 3 | "description": "百度网盘", 4 | "license": { 5 | "identifier": "Proprietary", 6 | "url": "Baidu" 7 | }, 8 | "url": "http://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.0.5.9.exe#/dl.7z", 9 | "homepage": "http://pan.baidu.com/", 10 | "bin": "baiduwangpan", 11 | "hash": "1789bc1553b02751e208383be70cc9d55f449fa52e1f963f774939ac7cb68c22", 12 | "checkver": { 13 | "url": "http://pan.baidu.com/disk/cmsdata?do=client", 14 | "regex": "BaiduNetdisk_([\\d.]+).exe" 15 | }, 16 | "autoupdate": { 17 | "url": "http://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_$version.exe#/dl.7z", 18 | "hash": { 19 | "mode": "download" 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /bucket/test.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://weixin.qq.com/", 3 | "description": "Free messaging and calling app.", 4 | "version": "nightly", 5 | "license": { 6 | "identifier": "EULA", 7 | "url": "https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement&s=default" 8 | }, 9 | "url": "https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe#/dl.7z", 10 | "shortcuts": [ 11 | [ 12 | "wechat.exe", 13 | "WeChat" 14 | ] 15 | ], 16 | "post_install": [ 17 | "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", 18 | "Remove-Item \"$dir\\`$_15_\" -Force -Recurse", 19 | "Remove-Item \"$dir\\`$R5\" -Force -Recurse" 20 | ], 21 | "notes": "We don't persist your WeChat data, they are still storaged in '%APPDATA%\\Tencent\\WeChat'." 22 | } -------------------------------------------------------------------------------- /bucket/tim.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "3.1.0.21789", 3 | "##": [ 4 | "生成快捷方式", 5 | "添加到快速启动栏", 6 | "开机自动启动" 7 | ], 8 | "description": "TIM,专注团队沟通协作,支持云文件、在线文档、邮件收发、日程等办公功能", 9 | "license": "https://ti.qq.com/tim/serverinfo.html", 10 | "homepage": "https://office.qq.com", 11 | "url": "https://dldir1.qq.com/qqfile/qq/TIM3.1.0/TIM3.1.0.21789.exe#/dl.7z", 12 | "hash": "d9f1640bb4c65ef22a153299ba830110d029b6cbd34d1262f110ca94eb73097a", 13 | "bin": [ 14 | 15 | ], 16 | "checkver": { 17 | "url": "https://qzonestyle.gtimg.cn/qzone/qzactStatics/configSystem/data/1605/config1.js", 18 | "regex": "\"pcLink\":\"https://dldir1.qq.com/qqfile/qq/TIM[\\d.]+/TIM([\\d.]+).exe" 19 | }, 20 | "autoupdate": { 21 | "url": "https://dldir1.qq.com/qqfile/qq/TIM$matchHead/TIM$version.exe#/dl.7z", 22 | "hash": { 23 | "mode": "download" 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /bucket/baidunetdisk.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "7.0.5.9", 3 | "description": "百度网盘", 4 | "license": { 5 | "identifier": "Proprietary", 6 | "url": "Baidu" 7 | }, 8 | "url": "http://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_7.0.5.9.exe#/dl.7z", 9 | "homepage": "http://pan.baidu.com/", 10 | "bin": "BaiduNetdisk.exe", 11 | "hash": "1789bc1553b02751e208383be70cc9d55f449fa52e1f963f774939ac7cb68c22", 12 | "checkver": { 13 | "url": "http://pan.baidu.com/disk/cmsdata?do=client", 14 | "regex": "BaiduNetdisk_([\\d.]+).exe" 15 | }, 16 | "autoupdate": { 17 | "url": "http://issuecdn.baidupcs.com/issue/netdisk/yunguanjia/BaiduNetdisk_$version.exe#/dl.7z", 18 | "hash": { 19 | "mode": "download" 20 | } 21 | }, 22 | "post_install": [ 23 | "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", 24 | "Remove-Item \"$dir\\`$TEMP\" -Force -Recurse" 25 | ] 26 | } 27 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 liuqian1996 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /bucket/douyu.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "8.3.9.2", 3 | "description": "斗鱼", 4 | "license": { 5 | "identifier": "Proprietary", 6 | "url": "www.douyu.com" 7 | }, 8 | "url": "https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/20200929142546700/DouyuLive_8.3.9.2_Server_1.1.1.4.exe#/dl.7z", 9 | "homepage": "http://www.douyu.com", 10 | "bin": [ 11 | [ 12 | "Client\\DouyuLive.exe", 13 | "douyu" 14 | ] 15 | ], 16 | "hash": "d29e61a7c4de7703fd0fe477a1b63e3ecb2cb0ab2187ed0c6d08261358ee0b83", 17 | "checkver": { 18 | "url": "https://www.douyu.com/client?tab=client#pc", 19 | "regex": "Douyu_Live_PC_Client/(?.*?)/DouyuLive_([\\d.]+)_Server_(?[\\d.]+).exe" 20 | }, 21 | "autoupdate": { 22 | "url": "https://sta-op.douyucdn.cn/dypc-client/pkg/Douyu_Live_PC_Client/$matchTimestamp/DouyuLive_$version_Server_$matchServer.exe#/dl.7z", 23 | "hash": { 24 | "mode": "download" 25 | } 26 | }, 27 | "post_install": [ 28 | "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse" 29 | ] 30 | } 31 | -------------------------------------------------------------------------------- /bucket/weixin.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.9.5", 3 | "description": "微信,超过10亿人使用,能够通过网络给好友发送文字消息、表情和图片,还可以传送文件,与朋友视频聊天,让你的沟通更方便。并提供有多种语言界面。", 4 | "license": { 5 | "identifier": "Proprietary", 6 | "url": "https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_agreement" 7 | }, 8 | "url": "https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe#/dl.7z", 9 | "homepage": "https://pc.weixin.qq.com", 10 | "bin": [ 11 | "WeChat.exe", 12 | [ 13 | "WeChat.exe", 14 | "weixin" 15 | ] 16 | ], 17 | "hash": "1043ba2d049733becc4dcccab7c3ce460e8d418e6af9f47049b5418f6a60bb8b", 18 | "checkver": { 19 | "url": "https://weixin.qq.com/cgi-bin/readtemplate?lang=zh_CN&t=weixin_faq_list", 20 | "regex": "([\\d.]+) for Windows" 21 | }, 22 | "autoupdate": { 23 | "url": "https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe#/dl.7z", 24 | "hash": { 25 | "mode": "download" 26 | } 27 | }, 28 | "notes": "微信不保存任何用户的聊天记录,聊天内容只存储在用户的终端设备上。", 29 | "post_install": [ 30 | "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse", 31 | "Remove-Item \"$dir\\`$_15_\" -Force -Recurse", 32 | "Remove-Item \"$dir\\`$R5\" -Force -Recurse" 33 | ] 34 | } 35 | -------------------------------------------------------------------------------- /bucket/testTim.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://tim.qq.com/", 3 | "description": "An lightweight instant messaging software service developed by Tencent", 4 | "license": "Freeware", 5 | "version": "3.1.0.21789", 6 | "url": "https://dldir1.qq.com/qqfile/qq/TIM3.1.0/TIM3.1.0.21789.exe#/dl.7z", 7 | "hash": "d9f1640bb4c65ef22a153299ba830110d029b6cbd34d1262f110ca94eb73097a", 8 | "installer": { 9 | "script": [ 10 | "$timRoaming = \"$env:APPDATA\\Tencent\\TIM\"", 11 | "if (!(Test-Path $timRoaming)) {", 12 | " New-Item -Path \"$timRoaming\" -ItemType Directory | Out-Null", 13 | "} else {", 14 | " Get-ChildItem -Path \"$dir\\Application Data\\Tencent\\TIM\" -Name | ForEach-Object {", 15 | " if (Test-Path \"$timRoaming\\$_\") {", 16 | " Remove-Item \"$timRoaming\\$_\" -Recurse -Force", 17 | " }", 18 | " }", 19 | "}", 20 | "Move-Item \"$dir\\Application Data\\Tencent\\TIM\\*\" \"$timRoaming\" -Force", 21 | "Move-Item \"$dir\\Files\\*\" \"$dir\" -Force", 22 | "@('Application Data', 'Common', 'Files') | ForEach-Object {", 23 | " Remove-Item \"$dir\\$_\" -Recurse -Force", 24 | "}" 25 | ] 26 | }, 27 | "uninstaller": { 28 | "script": "Remove-Item \"$env:APPDATA\\Tencent\\TIM\" -Recurse -Force" 29 | }, 30 | "shortcuts": [ 31 | [ 32 | "Bin\\QQScLauncher.exe", 33 | "TIM" 34 | ] 35 | ], 36 | "checkver": { 37 | "url": "https://qzonestyle.gtimg.cn/qzone/qzactStatics/configSystem/data/1605/config1.js", 38 | "regex": "\"pcLink\":\"https://dldir1.qq.com/qqfile/qq/TIM[\\d.]+/TIM([\\d.]+).exe" 39 | }, 40 | "autoupdate": { 41 | "url": "https://dldir1.qq.com/qqfile/qq/TIM$matchHead/TIM$version.exe#/dl.7z" 42 | }, 43 | "notes": "We don't persist your TIM data, they are still storaged in '%APPDATA%\\Tencent'." 44 | } 45 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | lerna-debug.log* 8 | 9 | # Diagnostic reports (https://nodejs.org/api/report.html) 10 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 11 | 12 | # Runtime data 13 | pids 14 | *.pid 15 | *.seed 16 | *.pid.lock 17 | 18 | # Directory for instrumented libs generated by jscoverage/JSCover 19 | lib-cov 20 | 21 | # Coverage directory used by tools like istanbul 22 | coverage 23 | *.lcov 24 | 25 | # nyc test coverage 26 | .nyc_output 27 | 28 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 29 | .grunt 30 | 31 | # Bower dependency directory (https://bower.io/) 32 | bower_components 33 | 34 | # node-waf configuration 35 | .lock-wscript 36 | 37 | # Compiled binary addons (https://nodejs.org/api/addons.html) 38 | build/Release 39 | 40 | # Dependency directories 41 | node_modules/ 42 | jspm_packages/ 43 | 44 | # TypeScript v1 declaration files 45 | typings/ 46 | 47 | # TypeScript cache 48 | *.tsbuildinfo 49 | 50 | # Optional npm cache directory 51 | .npm 52 | 53 | # Optional eslint cache 54 | .eslintcache 55 | 56 | # Microbundle cache 57 | .rpt2_cache/ 58 | .rts2_cache_cjs/ 59 | .rts2_cache_es/ 60 | .rts2_cache_umd/ 61 | 62 | # Optional REPL history 63 | .node_repl_history 64 | 65 | # Output of 'npm pack' 66 | *.tgz 67 | 68 | # Yarn Integrity file 69 | .yarn-integrity 70 | 71 | # dotenv environment variables file 72 | .env 73 | .env.test 74 | 75 | # parcel-bundler cache (https://parceljs.org/) 76 | .cache 77 | 78 | # Next.js build output 79 | .next 80 | 81 | # Nuxt.js build / generate output 82 | .nuxt 83 | dist 84 | 85 | # Gatsby files 86 | .cache/ 87 | # Comment in the public line in if your project uses Gatsby and *not* Next.js 88 | # https://nextjs.org/blog/next-9-1#public-directory-support 89 | # public 90 | 91 | # vuepress build output 92 | .vuepress/dist 93 | 94 | # Serverless directories 95 | .serverless/ 96 | 97 | # FuseBox cache 98 | .fusebox/ 99 | 100 | # DynamoDB Local files 101 | .dynamodb/ 102 | 103 | # TernJS port file 104 | .tern-port 105 | --------------------------------------------------------------------------------