AppInfoGenerator 應用信息獲取
AppInfoGenerator 應用信息獲取 for android apps
get app category( type ), app info, app icon, and introduce for android apps by package id 根據包名,批量或者單獨獲取某個Android應用的基本信息(如應用名稱,應用分類,應用簡介及應用標簽等)
Usage
git clone https://github.com/NigelYao/AppInfoGenerator.git
npm start
Running
check out single package:
GET http://localhost:8080/app/category/com.android.chrome
or with multiple packages:
POST http://localhost:8080/app/category formdata packages:com.google.earth,com.android.chrome,com.google.android.gm
Also
try above with http://www.dive360.in:3000/app/category
your requested packages data will be cached on the server, and cached data will be synced with this repo
Stucture
{ "package": "lysesoft.andftp", "category": "軟件", "subCategory": "系統工具", "appName": "FTP管理器", "appIconUrl": "http://img.wdjimg.com/mms/icon/v1/c/90/77adabe007decd1b7404cc8aa709790c_256_256.png", "appTextIntro": "AndFTP is a FTP, FTPS, SCP, SFTP client. It can manage several FTP configurations. It comes with both device and FTP file browser. It provides download, upload, synchronization and share features with resume support. It can open (local/remote), rename, delete, update permissions (chmod), run custom commands and more. SSH RSA/DSA keys support. Share from gallery is available. Intents are available for third party applications. Folder synchronization are available in Pro version only. Tags: FTP, FTPS (explicit, implicit over TLS), SFTP (Secure file transfer over SSH), SCP, client, sync, upload files, download files, Filezilla import, retry on transfer failure, resume, active, passive mode, multilanguage support, UTF8, streaming ", "tags": "", "flavor": "wandoujia", "flavorName": "豌豆莢" }
Credits
data matained from wandoujia.com due to much more complete database.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!