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

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?

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.

Can I track if someone clicked a link on my Twitter post

I have a private business Twitter account and I would like to know when someone clicks any link inside one of my posts. This solution cannot assume that we know the form of the link being posted.
For example a twitter post like this:
Have you guys heard of this amazing site called google?
I would like to see how many people clicked on this google.com link. I don't need to know any specific information about who they are, just if it was clicked or not.
Ideally I would want this from the API but crawlers and plugins are also possible. I would like to avoid using a paid tool but those would be acceptable.
I think you have multiple choices:
Use google firebase or google analytics
Create your own short link services by python or any other programming languages.
Just search in the google and look for short link generators which gives appropriate service.
Hi using the twitter api you should be able to understand how many clicks a link has.
https://developer.twitter.com/en/docs/twitter-api/metrics
But to have all this info automated you might need to use a third-party tool.
This should be the most straight forward solution.

Is there a way to integrate my youtube community posts into my website?

I was already aware that using Twitter's API you could link any tweet you made on Twitter onto a feed on another website.
However, I want to possibly, in the future or right now, be able to use YouTube's API to link my posts on my community page to my website updates. Of course, I would rewrite the code and get rid of my Twitter updates and API and replace it with the YouTube community posts API, but first I need to know if it is even possible. I know, YouTube community posts are relatively new, so there might not be an easy answer for this. Maybe someone could point me in a direction to find answers, if there are any. I could make a post about this on the YouTube support forums, but I'm sure you're all aware that the most I'll get is an automated response, not a real person to help me out. Any help is appreciated. I look forward to your responses and advice.

The steam API 2020

I'm looking to make a hobbie website using the steam API, mostly focusing on the actual products and not really any user info. According to an article by the man behind Steamspy, Valve decided to change their API sometime in 2018, removing a lot of relevant data related to the store.
I went through the steamworks documentation and the closest thing to any specific information about the applications/games were in:
https://partner.steamgames.com/doc/webapi/ISteamApps -
I figured their API must offer more than just a list of all the apps and their ID's, but thus far I have only found some other API:s.
https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI
Seems to be popular in a lot of threads
https://steamapi.xpaw.me/#ISteamApps
Some kind of collection of APIs?
https://github.com/Autarc/steam-store/blob/master/README.md
Not sure if this is still usable?
https://steamspy.com/api.php
Question: If I want the name, ID, genre/tags and picture of a game (and potentially price), is really the only way to use these non-valve related API:s? Or have I missed something in Valves own API documentation?
I'm super new to API:s so please forgive my insolence, I did search a ton of threads but seeing as the API changed I'm not sure which answers still are up to date in 2020.
The storefront API is still up-to-date and should give you what you need, mostly.
There is no API for game tags. You have to get the directly from the store pages or from any of the third party API providers if they have them.
Question: If I want the name, ID, genre/tags and picture of a game (and potentially price), is really the only way to use these non-valve related API:s? Or have I missed something in Valves own API documentation?
No, you have not missed anything. Yes you need to use unoffical APIs. Compared to other gaming stores you still get more data on Steam than anywhere else.
I am afraid the last answer is not fully true.
You can get tags as categories or genres through api eg.https://store.steampowered.com/api/appdetails/?appids=306480

Know user's twitter applications installed

first of all, I'm spanish so sorry about my English.
It's my first question, so I hope do it correctly.
I have been looking for in the searcher and google but I didn't find solution about my problem.
I need to know who of my friends have installed one app via API (I have twitter4j lib.).
I have a friend's list id and I need to know if one per one have or not permission to one app.
I have seen all the methods in twitter4j but I don't know how do it.
It seems easy... so sorry if the answer is stupid, I have tried to search everywhere I have could.
Thanks,
This is possible via twitters settings page, however there's no API available for this.
If you mean source of the tweets? Like Web, Mobile Web, Twitter for Blackberry
Source of tweets (Application user tweeted with) is returned for each tweet gotten.
https://dev.twitter.com/docs/api/1/get/statuses/show/%3Aid