Get HTML table data form specific website - vue.js

All Sir,
I would like to know how and how to do show live data from thailand stock market website html data table.
thailand website = https://marketdata.set.or.th/mkt/marketsummary.do?language=en&country=US
and than i would like to show this data to our website.
simple website = myanmar123[dot]com
I want to create website like sample website.
what language i need to use and any suggestion and tutorial.
sample website use vue.js, laravel echo, socket.io, and bootstrap
when i search data from online i found http://download.tentube.website/twod.php
please help to create website like mynmar123[dot]com
and if not ok i want to create website like http://download.tentube.website/twod.php
thank for helping and sorry for my bad english

Related

How to crawl updated webpage by scrapy?

I'm using scrapy to get data from a website.The website But there is a problem that I don't know how to get the increment data after the website has been updated in server or how to know the website has been updated?
The table in webpage is what I want to crawl, like this:
Just as you can see, there is a column named "Add Date". So when the data has been updated, I just want to get the data that has been added lately. And there is a problem that after updated the url of website won't have any changes. It's still https://gold.jgi.doe.gov/projects.
I've read this Q&A Strategy for how to crawl/index frequently updated webpages?. I understand a little bit of the theory. But I still don't know how to implement this when using scrapy, can anybody give an example or some detailed information?

How to get such header title and search input in Google search for website

How to get such header title and search input in Google search for website like below:
I am doing my website with core PHP (not any CMS like WordPress, Drupal etc.). So please help me to get such a result in Google.
This is called Sitelinks.
Check it out here: https://support.google.com/webmasters/answer/47334?hl=en
It's an Google automated process and you can't do much to control it. Although a google search on "how to get sitelinks" gives you plenty of results on how to get them, for example, here, or here.
Or perhaps you can purchase them under your AdWords advertisement.
As far as I know, it is much related to PHP. It's more on Search Engine Optimization (SEO).

How do I figure out the subject matter of a given web page ? Similar to what Ad Sense does

I need to figure out what the page content is about. Something like what google adsense does .
For example, If i have a web page about dogs , I need to figure out that page is about ( third party sites ) dogs so i can suggest dog walking services .
Can i consult an google database or something similar .
This is one of the holy grails of the Semantic Web. There is not one answer.
You could scrape the HTML (for example using Python - Beautiful Soup) and submit the text to OpenCalais for analysis.
This is not a task that you want to take on in your spare time - use others's work.
Oz

Tracking 'Useful Links'

I'm building a Useful Links database for a Classic ASP site. The table has the usual ID, Title, URL, Description, DateAdded and DateModified. I also want to record in the table each time a link has been clicked or viewed.
I wondered if anyone had built such a system or knows of a way that I could accomplish this?
Thank you.
Neil
You could create a redirector page that records the click then redirects the user on to website. eg: /LaunchSite.asp?Site=www.site.com
Try Google analytics! With no need for database...

Is it possible to retrieve Facebook Pages information like notes, photos, and videos?

I've been up and down the Facebook API as well as all over the internets looking for an answer to this question.
Has anyone seen an example of a website that displays information pulled from a Facebook Page? Is this even possible?
I've been able to run the demos provided at Trying Out Facebook Connect and the API Test Console, but I've only been able to retrieve information on users not pages.
Any help would be appreciated.
Just tried it out on the console - it does work with pages. You just have to use the page ID instead of the user ID for whatever you're trying to get.
Example:
$facebook->api_client->photos_getAlbums(5281959998,'');
This gets the photo albums of the page with ID 5281959998, which is the NY Times.
For now, it doesn't appear possible. Quote from Stream.get:
This method returns an object (in JSON-encoded or XML format) that contains the stream from the perspective of a specific viewer -- currently, a user, and in the near future, a Facebook Page.