We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3938727 commit f0cd0b7Copy full SHA for f0cd0b7
README.md
@@ -10,13 +10,19 @@ The regular [GitHub Contents API](https://developer.github.com/v3/repos/contents
10
11
Note that file contents is passed and returned as bytestrings, not regular strings.
12
13
+## Installation
14
+
15
+ pip install github-contents
16
17
## Usage
18
19
You will need a GitHub OAuth token with full repository access.
20
21
The easiest way to create one of these is using [https://github.com/settings/tokens](https://github.com/settings/tokens)
22
23
```python
24
+from github_contents import GitubContents
25
26
# For repo simonw/disaster-data:
27
github = GithubContents(
28
"simonw",
0 commit comments