How do I access website databases? -


i'm trying better understand databases , networking.

basically question how websites these access player data game when they're not affiliated company?

do have have permission website read statistics? these databases private? different scenarios emulate similar within java swing application.

http://www.elophant.com/ http://www.lolking.net/

in barely case direct access company's database, if affiliated.

the common way api (which might public or licensed): https://en.wikipedia.org/wiki/application_programming_interface

if data publicly available on website, content parsing although not best solution (as change of website structure might cause malfunction of parser, it's slow , needs way more resources , might copyright trouble).

i not sure data refer in mentioned cases , source though.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -