Coder Social home page Coder Social logo

crackercat / dutracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xuccc/dutracker

0.0 0.0 0.0 319 KB

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

Python 80.45% JavaScript 19.55%

dutracker's Introduction

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

dutracker's People

Contributors

never615 avatar xuccc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.