-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (32 loc) · 1.51 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
____________________ ________________________.___.
\______ \______ \/ _____/\______ \__ | |
| ___/| _/\_____ \ | ___// | |
| | | | \/ \ | | \____ |
|____| |____|_ /_______ / |____| / ______|
\/ \/ \/
PRSpy is a GNOME application that allows you to monitor GitHub pull requests
across multiple repositories.
To be honest, this project is currently in rough shape (no tests)
but when I get around to it I might put some more work into it as I find
it useful for monitoring the pull requests for the projects I work on at
work.
+++ Install Dependencies +++
sudo easy_install PyGithub
+++ Install/Run +++
sudo ./setup.py install
prspy
+++ Authorization +++
PRSpy requires an OAuth token to communicate with github on your behalf. An
OAuth token can be created via the Option dialog's Authorization tab. Enter
your github credentials and click the create button.
+++ Adding Repositories +++
You can add repositories to track via the Option dialog's Repositories tab.
Here you can add a single repository at a time or all of the repositories
within an organization.
NOTE: Repositories should be entered in the following format:
[owner]/[repo_name]
For example: mstead/prspy
+++ Dependancies +++
Listing required dependencies here for now until I get around to packaging.
1. PyGithub v1.16.0 (https://github.com/jacquev6/PyGithub)
sudo easy_install PyGithub