Skip to content

Statistics the usage of warehouse mobile data, call, and text

Notifications You must be signed in to change notification settings

cloudy-sfu/Warehouse-mobile-statistics

Repository files navigation

Warehouse mobile statistics

Statistics the usage of warehouse mobile data, call, and text

Introduction

Warehouse mobile provides detailed usage information on their website. However, we cannot check the sum of data, texts, and phone call did we use. It also doesn't allow copying text directly from the web page, and we're hard to statistic. This program is a tool to statistics the usage of warehouse mobile service.

Screenshot Warehouse usage history

Install

  1. Set the project root folder as the current folder in terminal.
  2. Create and activate Python virtual environment if applicable.
  3. Run the following script.
    pip install -r requirements.txt
    pyinstaller app.spec
    
  4. Denote the virtual environment is at venv, copy venv/Lib/site-packages/pyecharts as dist\main\pyecharts.

After starting the service, it occupies localhost port 5000 by default.

Update from previous version (after v0.2.0):

Copy warehouse_mobile.db to the project root of new version, otherwise you will lose your data.

Usage

Use source code:

To start the service from source code, run the following script.

python -m flask run

Use release (Windows):

Run Warehouse Mobile Statistics.exe.


When using this software for the first time, it takes several minutes to download data from warehouse mobile website.