Finding a Discord Name - discord

Is there a way to get Discord name or id with third-party apps (not a discord bot)?
I've tried get it from cookie file stored at %appdata%\discord but nothing have found

Related

Cannot find discord bot after successfully authorizing

I am new to creating a discord bot. I hope you can all give me a good solution to my problem.
I tried to create a bot for a company's server and followed a free guide. I had one problem when adding the bot to the server.
I got a message that the authorization succeeded but I cannot find the bot on the server. The guide clearly mentioned that I can find an offline bot. So I created my own discord server and tried again. OMG, it went well.
What's the problem?
Should I change the discord server setting? If yes, which option?
I think that the server settings are done in the way that the bot does not have a permissions to be in the channel you are trying to find it in. If you have admin permissions take a look into User management in server settings if the bot did or did not join and if it did, give it some permissions so that it has an access to the channel you want to see it in.
(On the right panel you see member of the channel you are currently clicked onto not the entire server.)

Can I create an app or a bot in discord that send messages as it was me?

I want an app/bot that reads the last message that were sent to a specific channel on a server that I participate and depending on the text I want to send a message to that same channel. The thing is, I want to do it in my name, not using a bot id. I know that you can create a bot using your own name and avatar but what I really want is to send a message using my own account. Is that possible? Could not find anything like that in the docs, maybe a missed something?
I do not think you are even allowed to do this so I doubt the discord API would have support for this
Discord Guidelines
"Do not use self-bots or user-bots. Each account must be associated with a human, not a bot. Self-bots put strain on Discord’s infrastructure and our ability to run our services. For more information, you can read our Developer Policies"
However, if you really wanted to do this you could use a macro at the risk of getting your account banned by discord if they found out. You could create a macro in python using the pyautogui module.

Discord Bot Webhook can iplogger people on discord

I want to know if someone knows or can create a discord bot that when verifying your role on discord the bot sent you a dm and that dm leads to a web page that the web is open with my ip:port and the people who are verified on the page send me their ip to a my Webhook.
Well any website can grab your ip if they want, but don't worry because they can only access your "public ip". And that won't really affect you, the most they can know is which city you are from.
As long as they don't get your "private ip", they can't really do much. And website's cant really access such private info like a private ip

Botpress send and get file from MS Teams

At first, to connect my Botpress bot with MS Teams, I followed these procedures from Botpress MsTeams connection page, but in this way, I can't send messages to the bot. I made some research and find out I need to publish my bot as an app. To solve this problem I created a trial version of the Microsoft 365 developer subscription
After that, I created an App with a bot from App Studio and now I have the choice to send the file to the bot but Botpress can't see the file and It can only see the texts. How can I send files to the user and get files from a user from the Teams app using Botpress?
You can send and receive the files using bot. Please check Send and receive files through the bot also check Example for how to upload a file using bot.

Getting User profile connections with a bot account

I'm trying to add a feature to my Discord bot: when my Twitch account gets a new follower, and if the follower's Twitch account is linked to his Discord account, when he gets into my server he's getting automatically a new role.
So my question is: can I get the Discord's linked apps of a user, and get the user ID linked to those apps?
Like getting the Twitch's user ID of the new follower and compare it with with the Discord's linked Twitch user ID of the users of my channel using Discord.js?
At the moment, the API doesn't allow fetching the profile (and so its connections) from a bot account. The discord.js library has a method to do this (User.fetchProfile()), but it will only work on self-bots (Discord can ban you for using them).
Discord Dream Land has an active idea on this topic: link

Resources