I'll write a program in Java or Javascript to continoulsy get a list of videos from YouTube that matches specified metadata as name, comments and so on.
YouTube use its own search engine that is totally separate from the Google search engine.
Please anyone can help address me to some libraries, API, or other ?
Thank you in advance.
Ivano C.
These can help you to search list of videos from Youtube.
Please refer these links:
https://developers.google.com/youtube/#data_api
https://developers.google.com/youtube/2.0/developers_guide_java
http://www.javacodegeeks.com/2010/05/getting-started-with-youtube-java-api.html
Related
I'm creating a web application that will allow people to search book titles, authors, publishers etc. from a database. The database is loaded and ready to go to Django, but I'm struggling to find out how to proceed.
I assume I need to create a webpage with a form that accepts keywords that the user wants to search for, but how do I then search the database (which Django file would this code go into?) for the keyword and output the result in a list?
Sorry if this is super broad. If this is a common question, I can delete it. I would appreciate any help and/or links that could help.
Thanks!
Work through the Django documentation. It is very useful and should be able to solve this problem. Start with their tutorial and learn how the Model/View/Template style works.
https://docs.djangoproject.com/en/2.1/
Once you understand this, searching by title is very easy via a queryset. You'd use something like this (which would go in your "views.py" file):
Book.objects.filter(title__contains="SearchTerm")
More about that here: https://docs.djangoproject.com/en/2.1/topics/db/search/
I would like to know, does anyone here have experienced dealing wth LinkedIn Javascript API's.
I'm a beginner in Javascript API's.Recently I've got a task where I have to create an application which can search the LinkedIn database based on the chosen skills.
For an example,user would want to find people who have a specific skill sets(for example java),they can input the skill set(by text or selection)and the application searches and returns all the people who match the skills set.
I've been reading through the documentation many many times and going through the forums but there dont seem to have complete reference to this.
Some of the answer's i've read is, it seems we can't search skills of the connection as skills are part of the full profile whereas search can only be done for basic profile's.
I've would like to ask,is this application possible to be developed? Is there any example for this application?
Do share your experience,
Thanks a lot in advance,
#Captain Jack,
If you are having some trouble, the first thing that I would request you to check is if your linkedin account through which you are creating your application/ Javascript API, has sufficient priviledges with Linkedin. There are certain levels of authorization that you may require if you would like to acquire more data from linked in.
The skills field is one such out of many that requires this authorization. Quote from linkedin website:
"Member profile fields available to Apply with LinkedIn developers
The following selection of profile fields are only available to applications that have applied and been approved for the Apply with LinkedIn program:
from - https://developer.linkedin.com/docs/fields"
So do you have this approval from Linkedin. If not then I dont think you're gonna be able to get this done.
Hope I have given you some info. Thanks.
I found the example for java, php and python on this link, it's available on this one too.
Try this add skill:(Java) into your api url
https://api.linkedin.com/v1/people-search:
(people:(id,first-name,last-name,headline,picture-url,industry,skill:(Java)),
num-results)?
first-name=parameter&last-name=parameter
FB has converted my Band/Musicains account and page to the timeline and now I dont have news feed (and about 5 other apps we really need to have.) I really want at least the newsfeed back to socailize but, I dont understand how/where I am suppose to paste the JavaScript SDK code to,and if that is the actual code I am to use. Ive asked numerous times on their "help forums" & community forums and made many reports and havent recieved any help. This is starting to ruin alot for us and need help! I read through your questions and couldn`t find anything pertaining to not knowing how to use Java Script/HTML on fb. ANY help/suggestions would greatly be appreciated!!!! thanx.
This isn't possible as Facebook don't provide any ways to embed social plugins in User Profiles or Pages, not with older UI and not with Timeline.
Your Timeline is the new "news feed" (and more).
So, I've been reading the Youtube API--I'm interested in showing the three most recent videos uploaded by a user. But, as I've never navigated an API or done this kind of work before, I'm a bit confused by what exactly the API here is trying to tell me. What I DO understand is that if I enter a URL like the following:
https://gdata.youtube.com/feeds/api/users/aosjeff/uploads
Then I'll get a ton of information in a kind of list. What I don't understand is how to navigate that list in HTML, and make it return a link to the most recent video (or second most recent, etc) so that I can embed that video into the page. Can anyone explain this to me? Really appreciate the help!
Note: I'm working within site building software that will not allow me to use PHP or reference .php files.
Simon
You should look at parsing the xml data with php. This is probably the easiest way of doing things. Beginners tutorial here:
http://www.kirupa.com/web/xml_php_parse_beginner.htm
Does Google crawl Feedburner feeds that are embedded in HTML pages using BuzzBoost javascript?
Thanks so much for your help!
I would suggest you to use a spyder simulator to see what a crawler can actual get from your javascript. Generally specking spyder have some difficulties on crawling text embed in js but they are much more better that year before. Also if you republish a Feed that has been already taken by Feedburner on your website, probably you wont get a really boost on search engine for that content... Feedburner is a company of Google group.