From 98925544b175545889dfe5d63a70c34fcb52c340 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 11 Dec 2020 11:25:52 +0100 Subject: [PATCH] meilleur explication token reddit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c7dcf8..2ba85c9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,13 @@ ```py token_discord = "your discord token" token_genius = "your genius token" -token_reddit = {"client_id": "ton client_id", "client_secret": "ton client_secret", "user_agent": "ton pseudo (exemple u/gotaga)"} +token_reddit = {"client_id": "your client id", "client_secret": "your secret pass", "user_agent": "your reddit's username"} ``` +To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and here are the instructions: : ![instructions](https://i.imgur.com/tEzYKDA.png) + +*redirection uri (for copy/paste) : http://localhost:8080* + #### __Starting up__ - Run [main.py](main.py)