To create a standalone installer of this package, we are using PyInstaller.
Steps to create installer
- Install pyinstaller
pip install pyinstaller
- Run command
pyinstaller ghpr.py --hidden-import=_cffi_backend
. This command will create adist/ghpr
folder that contains the installer/executable file. - Add
dist/ghpr
folder to PATH variable - Run
ghpr
command from terminal
- Create github personal access token
- Unzip
ghpr
folder at your prefered location - Add this unzip folder path to PATH variable
- Run
ghpr -t <your github access token> -l <pull request link> --copy-csv True
For more information please check this https://github.com/vinaymavi/github-pr-data Github project