grabbing buried points
Project description
garbevents
Logo
安装
pip install garbevents
仓库地址:
- github:https://github.com/Pactortester/garbevents.git
- pypi:https://pypi.org/project/garbevents/#history
社区地址
适用场景
- 使用 诸葛IO 作为埋点收集工具的 。
- 需要回归验证大批量埋点是否丢失的。
- 使用本工具 自动抓取解析埋点信息数据校验埋点是否 丢失。
功能
- 自动解析 移动端\桌面端\h5页面 触发的埋点信息,解密后生成[now_data.txt]
- 去重后和已知埋点信息diff,保存文件[lost_data.txt]
使用
- 启动服务
mitmdump -p 8889
-
连接代理
-
下载证书
mitm.it
命令
mitmdump -p 8889 -s <you_test_script.py>
Demo
from garbevents.events import GetData
from garbevents.settings import Settings as ST
# 埋点上传url
ST.url = 'https://www.baidu.com/'
# 报告生成路径
ST.report_path = 'report'
# 所有事件名称
ST.all_events = ['event_name_1', 'event_name_2']
# 接口地址
ST.interface_url = ['apipool', 'APIPOOL']
addons = [
GetData()
]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
garbevents-1.0.9.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file garbevents-1.0.9.tar.gz
.
File metadata
- Download URL: garbevents-1.0.9.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39258a800629eccf3535217568f2f120a13f24bfaa3c5e8cb70c7bf0e3126f97 |
|
MD5 | 99a224bd35c79a0179361460512ff873 |
|
BLAKE2b-256 | f43bbb71a8ed6132aa443983184cc816ca202252c2728cae44b5297b67459d86 |
Provenance
File details
Details for the file garbevents-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: garbevents-1.0.9-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2aff6aef428ad26726f8e8faf4d47a9a78de2f98c0a758a4bda907f43e52602f |
|
MD5 | 19bec441d744547fb03b9dd9819f7ab8 |
|
BLAKE2b-256 | 088927300be230e1de88d818bf1a365c003f86059fe5b11b2a6b97514f7bd974 |