Alright so this program acts like the LoL Client and will give you stats on players which you can use to give information to your website to display. Like LolKing.net Which I think uses a similar method. I'm not sure if this is the right section where this should be, but move it if you wish.
LibofLegends was coded in C# (Maybe when i'm done updating it i'll port it to other languages)
As the license in the original code states, whatever i develop with it, I gotta keep it open-source. I will post up the source when I actually change things.
I have decided to rewrite this to VB.NET before doing anything, as I have more experience in that area.
Here's how the website will be getting the data:
Code:
SEND REQUEST GET(CLIENT)
Program<----------WebSite
\ /
\ /
\ /
\ /
Database
|
|
|
Master Server
The program will be sending information to a database
The website will be getting the information from the database
The website "echos" the information
This can easily be modified to something like....
Code:
SEND GET/SEND
PROGRAM API
\ /
\ /
\ /
\ /
Database
|
|
|
Master Server
The Program will be sending information to a database
The API gets the database information and "echo's" it
Other Methods are welcome to be suggested.
Here's what I have up and running so far
So far:
I've got the program to access player's stats that have been banned BEFORE season 3
I haven't tried to get a banned player's ranked data yet
Working On:
Updating to Season 3
Making a web that gets the data --> will be public [Not Open Source]
Thanks for Looking at this post!