GitHub Pull Request Monitor is a menu bar application for macOS that helps you monitor pull requests across your GitHub repositories. It uses a GitHub Personal Access Token to connect and fetch data.
- Monitors pull requests for all your repositories
- Provides easy access to pull requests directly from your macOS menu bar
- Uses GitHub Personal Access Token for secure access to your repositories
- Python 3
- pip (Python package manager)
To set up the GitHub Pull Request Monitor, you need to clone the repository and run the installation script. Make sure you have Python 3 and pip installed on your system.
- Clone the repository:
git clone https://github.com/ffoissey/github_pr_monitor.git
- Navigate to the cloned repository directory:
cd github_pr_monitor
- Run the installation script:
./install.sh
The script will create a virtual environment, install necessary dependencies, and build the application using PyInstaller.
After installation, you can run the application by opening the built application in the dist
directory from the GUI or by running the command open ./dist/github_pr_monitor.app
On first run, you'll need to provide your GitHub Personal Access Token for the app to fetch and monitor your pull requests.
Contributions are welcome! Feel free to open issues or submit pull requests.