This tool is used to clear merged pull requests ref (branch) on GitHub.
GitHub has no feature to auto delete branches on pull request, and we usually forget to delete the branch manually. PR Cleansing provides a quick, easy PR clear using the CLI.
Python (both 2 or 3 should be works, hopefully)
$ pip install -r requirements.txt
$ python application.py
Just follow the instructions on cli. Input the GitHub username, password, target user/ organization, target repository. This tool will automatically clean your beloved repository for you.