gitSean23 / AidUI

This repository contains the replication package of our ICSE'23 paper "AidUI: Toward Automated Recognition of Dark Patterns in User Interfaces"
MIT License
2 stars 0 forks source link

Refactor code to work by just running main.py instead of the bashscript. #5

Closed Greesh12 closed 6 months ago

Greesh12 commented 7 months ago

Time: 2 days Dependencies: run_dp_detection.sh Acceptance Criteria: Dark Pattern detection by just using python main.py.

Greesh12 commented 6 months ago

Moved the creation of the directories from run_dp_detection into main.py. run_dp_detection.sh is now run as a subprocess in main.py.