Clickable command in text with variable auto-fill discord - api

this is a follow up to a previous problem
this post does answer my original question in my mind on how you could do it, I saw so many bots do it, but I wanted to know if you could auto-fill parts of it
I have gone through the discord api docs to try to find how to autofill the command
I can't seem to find how to do this, but I think it's possible, if it is possible, how do you do it?
thank you in advanced <3
if the command was /get_key key:12345
I was trying stuff like </get_key:1073067208936271933:key=12345>
and many more from the discord api docs issue page

Related

Idea to telegram chat-bot. (but how to implement it....)

I would like to make a chat-bot for telegram, which, upon request, gives out a random post from the page of a certain community in vk.com social network.
Could somebody please tell me some thoughts about how to reach the solution?
May be the start question is "Is it possible to download all posts from the community feed in vk.com?"
Thanks!
I really don't know how to approach this problem.

Getting access to the Google Pay API for Passes

I am currently trying to get access to the Google Pay API for passes. I am following the official guide provided by Google: https://developers.google.com/pay/passes/guides/basic-setup/get-access-to-rest-api
Unfortunately I can't even follow the first step, as the sign up form for Google Merchant seems to be offline. The URL where I expect the form just forwards me to an FAQ page.
Has anyone had similar issues lately.
Any kind of help or information is appreciated! Thanks.
Moving discussion from comment to answer to include image.
Hard to say if we're seeing the same thing. This is what I see when visiting https://support.google.com/pay/merchants/gethelp?visit_id=1-636549173956235486-3194546471&rd=4
Is this what you see?
You need to go straight to step 2. Access the API Console.

YouTube API is it possible to return all of the comments ever made by a user?

I have VERY limited use of the YouTube API.
I am messing about in the sandbox.
But I would really like to know if it's possible to return all of the comments, made by a certain username?
I'd love to be able to track my own comments on YT videos that I have made?
To be able to see which comment was made against which video?
That would be amazing.
I have made a cursory look into the API and the browser options - but there isn't any way to do as far as I know?
I mess around with the API would I be able to find a call that returns what I am looking for?
Any help? I can't be the 1st person to want this?

Instagram Login

I'm new to the Instagram API and I am very interested in using it to create a login for a site I am building as another option for the user to get access. I've had a brief look at the documentation but still have no real understanding on how this could be achieved. Any help/links/documentation would be very helpful.
Did you see this documentation? It is really spot-on so I would recommend taking a look and then if you still have specific questions about it just edit your question and I'll see if I can answer them.
http://instagram.com/developer/authentication/

How can I retrieve a search snippets from google?

I'm working with a simple app, that allows user to enter some text, then delegates it to the google.com, searching for this text. Something like a Google search bar in Firefox.
In Google toolbar, there is a feature: when you start typing the text, some snippets appear (sorted, as far as I understand, by the number of search results), that allow you to enter your text quickly by choosing one of the snippets.
My question is how can I retrieve these snippets from Google? Does Google provide any API for doing it? I've googled this question, but Google seems to provide a search API, and allows to retrieve search results, not snippets.
p.s. I would appreciate any links, related to the question, or tutorials, or code snippets or something. I am writing a simple WinAPI application in C/C++. Thanks in advance!
Looks like I've got it!
Google provide a simple, but handy REST API. You form a special URL, then send an HTTP request and receive a formatted list of necessary search suggestions. Looks like Google supports many formatting options, for example JSON and XML.
see more info on:
http://blogoscoped.com/archive/2006-08-17-n22.html