The ultimate anti-cyberbullying proxy application. mitmproxy intercepts all web traffic and tracks bullying messages and reports to app. Devpost: https://devpost.com/software/why-you-bully-me
- Cd to backend directory
- Install dependencies with
pip install -r requirements.txt - Run
python main.py
- Cd to frontend directory
- Install dependencies with
npm install - Run
npm start
- Install mitmproxy
- Cd to
proxy - Activate virtual environment
source venv/bin/activate - Install requirements
pip install -r requirements.txt - Run
main.py