File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 33[ ![ CodeQL] ( https://github.com/Electronic-Mango/reddit-python-api/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/Electronic-Mango/reddit-api-api/actions/workflows/codeql-analysis.yml )
44[ ![ Black] ( https://github.com/Electronic-Mango/reddit-python-api/actions/workflows/black.yml/badge.svg )] ( https://github.com/Electronic-Mango/reddit-api-api/actions/workflows/black.yml )
55[ ![ Flake8] ( https://github.com/Electronic-Mango/reddit-python-api/actions/workflows/flake8.yml/badge.svg )] ( https://github.com/Electronic-Mango/reddit-api-api/actions/workflows/flake8.yml )
6+ [ ![ PyPI version] ( https://badge.fury.io/py/reddit-python-api.svg )] ( https://badge.fury.io/py/reddit-python-api )
67
78A simple Reddit Python API allowing accessing both subreddit and user submissions, build with [ ` httpx ` ] ( https://www.python-httpx.org/ ) .
89
@@ -12,6 +13,7 @@ A simple Reddit Python API allowing accessing both subreddit and user submission
1213
1314 * [ Table of contents] ( #table-of-contents )
1415 * [ Introduction and requirements] ( #introduction-and-requirements )
16+ * [ Installation] ( #installation )
1517 * [ Reddit app & configuration] ( #reddit-app--configuration )
1618 * [ Usage] ( #usage )
1719 * [ Create the API] ( #create-the-api )
@@ -41,6 +43,15 @@ It doesn't access comments.
4143
4244
4345
46+ ## Installation
47+
48+ Project is available in [ PyPi] ( https://pypi.org/project/reddit-python-api/ ) :
49+ ``` bash
50+ pip install reddit-python-api
51+ ```
52+
53+
54+
4455## Reddit app & configuration
4556
4657In order to use this API you need to create a Reddit app at https://old.reddit.com/prefs/apps/ .
You can’t perform that action at this time.
0 commit comments