You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-6Lines changed: 38 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ A Python wrapper for IGDB.com's Video Game Database API.
3
3
4
4
__IMPORTANT__
5
5
6
-
This wrapper is ONLY compatible with the newest release (V3).
6
+
This wrapper is ONLY compatible with the newest release (V4).
7
7
8
8
## About IGDB
9
9
One of the principles behind IGDB.com is accessibility of data. We wish to share the data with anyone who wants to build cool video game oriented websites, apps and services. This means that the information you contribute to IGDB.com can be used by other projects as well.
@@ -26,18 +26,18 @@ The package contains two modules: the `wrapper` which holds the tools for queryi
26
26
# Installation and Setup
27
27
28
28
```py
29
-
pip install igdb-api-v3
29
+
pip install igdb-api-v4
30
30
```
31
31
32
32
# Usage
33
33
34
-
## Using your API key
34
+
## Using your Twitch Credentials
35
35
36
-
Create a new IGDBWrapper object and give it your API key:
36
+
Create a new IGDBWrapper object and give it your Client-ID and App Access Token:
0 commit comments