meilleur explication token reddit
This commit is contained in:
parent
d7e8685357
commit
98925544b1
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue