https://github.com/alittlegreens/evaluate_app_chart
App evaluation system, capture appStore, GooglePlay comment
https://github.com/alittlegreens/evaluate_app_chart
appstore comments googleplay
Last synced: 10 months ago
JSON representation
App evaluation system, capture appStore, GooglePlay comment
- Host: GitHub
- URL: https://github.com/alittlegreens/evaluate_app_chart
- Owner: aLittleGreens
- Created: 2023-06-26T06:07:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T08:53:03.000Z (over 1 year ago)
- Last Synced: 2025-01-13T18:49:26.084Z (over 1 year ago)
- Topics: appstore, comments, googleplay
- Language: Dart
- Homepage: https://alittlegreens.github.io/evaluate_web_chart/
- Size: 9.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 应用评价系统
【体验链接】(https://alittlegreens.github.io/evaluate_web_chart/)
查看、筛选应用市场评价(AppStore、Google Play),并对评论进行分类,以图表的方式查看问题分布、变化趋势。
欢迎大家fork项目,和我一起扩展这个项目
技术栈:
数据抓取采用Python,(链接](https://github.com/aLittleGreens/app_report)
前端采用Flutter
# Getting Started
## 一、抓取应用数据
通过fetch_comment.py 抓取评论数据
**首先配置应用信息**
1. 设置应用程序 ID
appid = 1544760744
2. 设置包名
appid_android = 'com.philips.ph.babymonitorplus'
3. 设置你想筛选哪个版本的评论 commentjson = '1.1.1'
程序执行完毕后,评论的json文件会在comment文件夹中生成
## 二、评论分类
将Json文件导入到[评论分类](https://alittlegreens.github.io/app_report/#/) 进行分类
## 三、将分类好的评论json导入[Flutter项目](https://github.com/aLittleGreens/evaluate_app_chart) 目录assets/comment中
## 四、打包后部署到github上
flutter build web【体验链接】(https://alittlegreens.github.io/evaluate_web_chart/)
评论展示:
评论变化趋势:

