An open API service indexing awesome lists of open source software.

https://github.com/pr4bh4sh/automatedanalyticschecker


https://github.com/pr4bh4sh/automatedanalyticschecker

mitmproxy python

Last synced: about 1 year ago
JSON representation

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
```