Giter Club home page Giter Club logo

Comments (15)

reality-exe avatar reality-exe commented on September 25, 2024

Sadly i think this repo has been abandoned, the repo owner hasn't responded to any issues since october 5th 2023

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

Oh, thank you. By any chance, do you have an alternate for this? I have been searching for one for almost 1 month and the tracker network API, which could be good for me, is private

(for rainbow six siege)

from r6s-stats-api.

reality-exe avatar reality-exe commented on September 25, 2024

No sadly, i've been searching too lol.

I'm pretty sure this package somehow grabs the data off of the api from tracker network

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

No sadly, i've been searching too lol.

I'm pretty sure this package somehow grabs the data off of the api from tracker network

yeah I have asked them but they said that they dont have any alternate coming from them.
I think that I have to think out something, but for now links do the work that redirect to tracker network I think if somehow I can grab something useful from this repo maybe.

from r6s-stats-api.

reality-exe avatar reality-exe commented on September 25, 2024

Hey, so i've found a REST API that @SwiftCODA made, I had to make a small change to get the pc endpoint working again. Anyways here's my fork: https://github.com/reality-exe/R6-API

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

I will check on it tomorrow, if it works for me I'll let you now thank you!

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

Hello! So, how can I use it? Do you have any documentation?

from r6s-stats-api.

SwiftCODA avatar SwiftCODA commented on September 25, 2024

Hello! So, how can I use it? Do you have any documentation?

The README covers it fairly well I think but let me know if you think it could be more clear in any way. You essentially install the node packages and run the Express app (as instructed in README).

This creates HTTP endpoints on your localhost at your specified port (in the config file).

The documentation for the endpoints is missing but you can check the router.ts file to see where they are.

from r6s-stats-api.

SwiftCODA avatar SwiftCODA commented on September 25, 2024

Hey, so i've found a REST API that @SwiftCODA made, I had to make a small change to get the pc endpoint working again. Anyways here's my fork: https://github.com/reality-exe/R6-API

Just looked into the thing you fixed. I located the issue. Ideally the R6Platform value would be converted to the string that Ubisoft demands WITHIN the necessary HTTP request function. The reason for this is that their endpoints require different versions of the platform name. Sometimes the PC platform is "pc" or "uplay". Sometimes "xbox" is "xbl" or "console", etc.

I'll start a new issue and fix it up soon. I'm guessing the way you patched it on your fork doesn't repair the Xbox users though.

from r6s-stats-api.

reality-exe avatar reality-exe commented on September 25, 2024

All I did was swap the PC side around, I didnt know that it was an issue for xbox so no

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

Hello! So, how can I use it? Do you have any documentation?

The README covers it fairly well I think but let me know if you think it could be more clear in any way. You essentially install the node packages and run the Express app (as instructed in README).

This creates HTTP endpoints on your localhost at your specified port (in the config file).

The documentation for the endpoints is missing but you can check the router.ts file to see where they are.

Sorry i didnt see the notification, but the problem is that im not that good in javascript or typescript, so i dont know how to begin using this API, i've gone so far to start it and it created the clusters but i dont know what to do now? Can you please explain the next process please? If you do so, i would be very thankful!

from r6s-stats-api.

SwiftCODA avatar SwiftCODA commented on September 25, 2024

Hello! So, how can I use it? Do you have any documentation?

The README covers it fairly well I think but let me know if you think it could be more clear in any way. You essentially install the node packages and run the Express app (as instructed in README).
This creates HTTP endpoints on your localhost at your specified port (in the config file).
The documentation for the endpoints is missing but you can check the router.ts file to see where they are.

Sorry i didnt see the notification, but the problem is that im not that good in javascript or typescript, so i dont know how to begin using this API, i've gone so far to start it and it created the clusters but i dont know what to do now? Can you please explain the next process please? If you do so, i would be very thankful!

Once you run npm run start, you're good to go. To keep it going 24/7, you'll have to look into TSX process managers (I haven't used them for TypeScript before, only JavaScript, but they will act similarly to PM2 for example).

You're essentially opening a web server which is accessible through http://127.0.0.1:{PORT} or http://localhost:{PORT} (or from another machine on your network using your computer's local IP which should look like http://192.168.0.XX:{PORT}.

You may specify the port in the config.json file. Let me know if you have any other questions :)

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

Also, do you have any tips or apis to fetch data from ongoing matches?

from r6s-stats-api.

reality-exe avatar reality-exe commented on September 25, 2024

Also, do you have any tips or apis to fetch data from ongoing matches?

If you mean capture live data from matches you're actively in you could use Overwolf

from r6s-stats-api.

KekOrbitScripts avatar KekOrbitScripts commented on September 25, 2024

Also, do you have any tips or apis to fetch data from ongoing matches?

If you mean capture live data from matches you're actively in you could use Overwolf

Thank you!

from r6s-stats-api.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.