https://github.com/pr4bh4sh/automatedanalyticschecker
https://github.com/pr4bh4sh/automatedanalyticschecker
mitmproxy python
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pr4bh4sh/automatedanalyticschecker
- Owner: pr4bh4sh
- Created: 2019-04-13T18:57:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T10:50:04.000Z (over 4 years ago)
- Last Synced: 2025-01-28T00:42:08.473Z (about 1 year ago)
- Topics: mitmproxy, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Analytics
Analytics call checker with Mitm Proxy
To run project
```
virtualenv venv -p python3
source venv/bin/activate
pip install -r requierments.txt
behave # to run bdd test
```