Results 1 to 6 of 6

Thread: RSBotStats - Script Stat Tracking API | Easily Track Your Script Stats!

  1. #1
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default RSBotStats - Script Stat Tracking API | Easily Track Your Script Stats!

    Runescape Bot Stats
    Runescape Bot stats is an API that allows scripters to easily track stats their scripts have accomplished.
    Add to your script with a simple JSON POST request. Use to showoff and market your script!


    Getting Started with the API
    • Sign up and add your script here
    • Find your API Key and Script ID here
    • Send a POST request to upload your stats. We recommending sending 1 request on script end.

    Example Request:

    URL:
    Code:
    http://pure-woodland-47666.herokuapp.com/api/v1/commits?user_email=YOUR_EMAIL&user_token=YOUR_API_KEY
    Body:
    Code:
    {"commit":{
        "script_id": "X5VTnp",
        "user_id": "qN4tOb",
        "runtime": 75,
        "stats_attributes": [
            {
                "task": "Trout Caught",
                "amount": 28
            },
            {
                "task": "Lobster Caught",
                "amount": 70
            }]
    }}
    Parameter Notes
    • At the very least, a commit requires`script_id`, `user_id`, and `runtime`
    • `runtime` is in minutes
    • `]stats_attributes` are for tracking any sorts of tasks your script does. ex: Fish Caught, Yews Chopped, XP Gained, GP gained, etc.
    • `user_id: qN4tOb` is the catch-all user. Use this as default.


    More To Come
    Eager to continue development of this, open to all suggestions and constructive criticism!
    Scripters, please use this, thank you.

    Are you a script user who wants to showoff their stats for a script?
    Bug the script author to implement this API, it's easy!
    Last edited by YoHoJo; 03-02-2018 at 08:54 AM.

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Awesome! Reminds me of what Wizzup? had created ages ago. Maybe create a signature that can show off script stats (we use to have that long ago). Another suggestion add some graphics, background, and etc to the homepage.

  3. #3
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by P1nky View Post
    Awesome! Reminds me of what Wizzup? had created ages ago. Maybe create a signature that can show off script stats (we use to have that long ago). Another suggestion add some graphics, background, and etc to the homepage.
    also @grats; made one http://stats.grats.pw/

  4. #4
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    Quote Originally Posted by Hoodz View Post
    https://stats.grats.pw/POST.php

  5. #5
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by Kasi View Post
    lmao...

    Quite depressing looking at the decline trend - amount of commits:
    https://stats.grats.pw/commit.php

  6. #6
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Hoodz View Post
    Quote Originally Posted by Kasi View Post
    Quote Originally Posted by P1nky View Post
    lmao...

    Quite depressing looking at the decline trend - amount of commits:
    https://stats.grats.pw/commit.php
    Lol yea it pretty much died with only specific people with specific scripts on specific old versions getting committed so I just let it go.
    I had plans to implement it like the old stats that somehow nobody remembers where you could have 30 accounts running on 1 script and when the account gets stuck it is "turned off" and you can "turn it back on" in the web panel.. After you manually got it out of the random event or whatever. This way your 30 accounts could logoff and rotate every 1 hour, forever.
    But seems jagex kinda killed all of that with the ip bans etc, it was implemented privately but idk if it's even usable now. Not that I've done anything RS related for years.

    It is sad to see all the different stats die, I always thought they were fun.
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •