All Projects → XuCcc → DuTracker

XuCcc / DuTracker

Licence: other
得物(毒)APP签名(sign)逆向;得物(毒)App运动x潮流x装备商品价格记录、数据可视化;球鞋价值指数追踪

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to DuTracker

SJS DROPS
Script using requests module to register accounts to Slam Jam Socialism raffles.
Stars: ✭ 21 (-78.79%)
Mutual labels:  adidas, nike
Sneakers Project
Using Selenium, Neha scraped data about 35 top selling sneakers of Nike and Adidas from stockx.com. She used this data to draw insights about sneaker resales.
Stars: ✭ 32 (-67.68%)
Mutual labels:  adidas, nike
instacop
InstaCop — Enhanced shopping experience for the adidas.com online store 🦓
Stars: ✭ 68 (-31.31%)
Mutual labels:  adidas
Aweme-Kuaishou-Douyin
抖音大部分接口,以及快手的首页feed接口 soul app接口 nice app接口 毒app加签接口
Stars: ✭ 109 (+10.1%)
Mutual labels:  duapp
nrc-exporter
Download your runs data from Nike Run Club and convert it to GPX format that can be imported in other running apps.
Stars: ✭ 78 (-21.21%)
Mutual labels:  nike

DuTracker

⚠️ 现在每天要板砖了 此项目不再维护 部分接口已失效


本项目旨在追踪 毒-运动x潮流x装备各个商品价格变化

dashboard

Requires

Getting started

  1. docker-compose up -d启动程序
  2. 访问:http://localhost:3000/配置influxDB,如图:
  3. template.json导入DashBoard
  4. 利用抓包工具获取 毒App内:购买-分类-品牌/系列-任意子项(Nike,Converse) 访问的URL,替换DuTracker/utils/urls.py中的信息

Usage

  • 导入需要追踪的商品ID
  • 追踪商品价格趋势
    • python dt.py start -v
    • 自动更新指定品牌、系列包含商品 python dt.py start -v -b 176 -s 53
    • 追踪销量高于 xx 的商品 python dt.py start --min xx
    • 通过scylla代理 python dt.py start -v --proxy http://127.0.0.1:8081
  • Grafana配置

FAQ

URL更新方式

利用Fildder 获取 毒App内:购买-分类-品牌/系列-任意子项(Nike,Converse) 访问的URL,替换DuTracker/utils/urls.py中的信息

grafana docker 启动失败

查看容器log得到以下信息

# docker logs dutracker_ui_1
GF_PATHS_DATA='/var/lib/grafana' is not writable.
You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later
mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied

Solution:

chmod -R 777 volumes/grafana
docker start dutracker_ui_1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].