'Reddit Api Get Access Token

Hi I want to get access token for my reddit account? I'm trying to login with my https://ssl.reddit.com/api/v1/access_token email address and password but it doesn't work. Thanks! ı try that

import requests
r = requests.get("https://www.reddit.com/api/v1/access_token?grant_type=password&username=Emrovsky&password=mypass!")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source