Replies: 2 comments 2 replies
-
There is none as far as i know. The posture of discord regarding this is very clear. |
Beta Was this translation helpful? Give feedback.
0 replies
-
discord.py currently has no support for the OAuth2 API. Note however that even with OAuth2 you cannot read other user's messages. The closest thing you can get is the deprecated RPC message.read whitelisted scope but Discord no longer gives access to this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write a terminal application interface for discord, and with my skillset discord.py is the most straightforward way.
Since I am not creating a bot, and the fact that the discord TOS seems to disallow bot logging in as accounts, I want to ask what is the proper way to create an authorized application to log in as the user and read messages that way.
For example, I have a logitech app in my "Authorized Apps" section that can have certain permissions. How would I do that in discord.py?
Beta Was this translation helpful? Give feedback.
All reactions