Jump to content

Xeon

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. gemeiner Lauch liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  2. Maze liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  3. Mynoduesp liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  4. fiki574 liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  5. Ladadoos liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  6. Metagross31 liked a post in a topic by Xeon in Long-term stats and leaderboards   
    I created a project to track long-term data of stats and leaderboards. I already posted this project in Skylords Reborn API topic, but I think it's worth creating a new topic.

    Website:
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools

    What's included?
    - Long-term tracking of available stats which are fetched every hour
    - PVP 1v1 Leaderboards (fetched every 6 hours)
    - PVP 1v1 Player Details for long-term progress

    To do:
    - Add other leaderboards like 2v2
    - Optimize mobile view

    Looking for:
    - Contributors
    - Feedback

    Thx ?
     



  7. Xeon liked a post in a topic by fiki574 in Skylords Reborn API   
    Hello everyone.
    I'll keep it short. Past few months, I've been working on our web API that is completely public and available for everyone to use. I've also created simple, functional (but stylistically not very pretty) user interfaces that visualize and consume the said API.
    User interface applications are open-sourced on my GitHub. The repository also contains complete instructions on how to consume the API yourselves, if you were to decide to create your own frontend applications. But, you have to be somewhat profficient in web development to understand and begin doing stuff on your own. 
    Issues tab is to be used freely for any and all suggestions and bug reports.
    Pull Requests that improve and extend the existing UIs are more than welcome. After manual review, they might get merged into the master branch and appear as a part of the next website update. 
    Links:
    GitHub repository: https://github.com/fiki574/Skylords-Reborn-API-UI Statistics: https://stats.skylords.eu/ Auctions: https://auctions.skylords.eu/ Leaderboards: https://leaderboards.skylords.eu/ All applications are caching data periodically, so you're actually "querying" the in-memory data, and not the database directly, which does not have any kind of impact on the game servers and database itself. Have in mind these applications are also the first version, they will definetly get improved and extended, as well as the API.
    For some of you, these applications and the API open up whole lot of possibilities.
    For example, now you could create an application that tracks the average price of every card and makes a nice graph. You could even extend the search options with card orbs, expansion, rarity, etc. 
    Or you could create an application that tracks all auctions for a specific card and sends you a mail or push notification when a card appears on the auction house, but is equal or below the specified price.
    Average concurrent players/matches graph could be visualized by querying the Statistics API every 2/5/X minutes.
    Those of you who understood everything said and know what you're doing, will use this to its maximum potential.
    Have fun!
  8. Xeon liked a post in a topic by DraginMaster in Auction House Archives   
    Introducing the Auction House Archives! The goal of this site is to track each card's journey through the in-game auction house and beyond. Since it tracks each individual auction, it can deduce when a card has sold in the auction house and for how much. With this information it can display the min, average, and max prices a card has sold for along with potential deals that are in the in-game auction house. I've also built out an API you can use in your own projects to receive information from the archive. To learn more about how the archive works, or how to use its API, visit the about page (https://auction-house-archives.fly.dev/about).
     
    You can access the main page of the archive at this link: https://auction-house-archives.fly.dev/
     
    If you find any bugs or have any suggestions, feel free to let me know and I will do my best to keep the site up to date.
     
    Home page:

    Card Page:

    UPDATES:
    2/20/2021 Updated the API call for "/cards/status" to allow filtering according to auction start time Improve card image load times General Style updates Update table on card page to be sortable Update about page with details about new changes Add demand indicator (number of cards sold divided by number of cards) on card page 11/21/2022 Migrate from Heroku to new hosting platform and update links/images
  9. fiki574 liked a post in a topic by Xeon in Skylords Reborn API   
    It's great that there is an API ?

    I agree with ZeraZerg, that it's uncommon to have POST requests for this use-cases. 
    See https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
     

    Besides that, I like the amount of data which is available.

    I created a small project to track long-term data of the stats (I started tracking Yesterday):
    https://skylords.th.gl/
    Code:
    https://github.com/lmachens/skylords-reborn-tools
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use