We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a016d commit 2fd2b3cCopy full SHA for 2fd2b3c
README.md
@@ -42,6 +42,16 @@ You can also use `webdiff` to view GitHub pull requests:
42
43
This will download the files relevant to the Pull Request and run `webdiff`.
44
45
+If you run into GitHub API quota limits, you can set your credentials in a `.githubrc` file:
46
+
47
+```
48
+user.login: yourusername
49
+user.password: yourpassword
50
51
52
+Make sure you chmod this file to only be readable by yourself. In the future
53
+we'll support [Oauth][].
54
55
Preview
56
----------
57
@@ -90,3 +100,5 @@ To iterate on the PyPI package, run:
90
100
deactivate
91
101
cd /tmp/webdiff-test
92
102
pip install webdiff-X.Y.Z.tar.gz
103
104
+[oauth]: https://github.com/danvk/webdiff/issues/103
0 commit comments