• Scores Door

    From David@VERT/RMCQWK to All on Thu Mar 1 21:40:44 2018
    Is there a baseball, football, basketball, you name it sport, that:
    o Brings in the scores
    o Shows an average W / L
    o Shows the leagues
    o Gives Wins / Loss
    o Data is downloaded in text, excel, etc
    o Other things that I haven't thought of, because I am not a super sporty guy, just I keep getting asked for something like that.

    TY
    David

    ---
    ■ Synchronet ■ Red Mud Castle BBS - redmudcastlebbs.us
  • From Kirkman@VERT/GUARDIAN to David on Fri Mar 2 21:11:40 2018
    Re: Scores Door
    By: David to All on Thu Mar 01 2018 09:40 pm

    Is there a baseball, football, basketball, you name it sport, that:
    o Brings in the scores
    o Shows an average W / L
    o Shows the leagues
    o Gives Wins / Loss
    o Data is downloaded in text, excel, etc
    o Other things that I haven't thought of, because I am not a super sporty guy, just I keep getting asked for something like that.


    Well, there is my Sports Stats door. It does most of those things, though not the Excel part. It renders scores and standings in ANSI (or HTML tables using ecwebv4)

    Find it here:

    https://github.com/Kirkman/Sports-Stats/

    --Josh

    ////--------------------------------------------------
    BiC -=- http://breakintochat.com -=- bbs wiki and blog

    ---
    ■ Synchronet
  • From ispyhumanfly@VERT/EUPHORIA to Kirkman on Sat Mar 3 06:07:10 2018
    Re: Scores Door
    By: Kirkman to David on Fri Mar 02 2018 09:11 pm

    Well, there is my Sports Stats door. It does most of those things, though not the Excel part. It renders scores and standings in ANSI (or HTML tables using ecwebv4)

    Hey, Kirkman, this is a pretty slick mod. Nice work! I'm gonna play around with it.

    _ispy++

    ---
    ■ Synchronet ■ euphoria - euphoriabbs.org
  • From Kirkman@VERT/GUARDIAN to ispyhumanfly on Sat Mar 3 18:33:10 2018
    Re: Scores Door
    By: ispyhumanfly to Kirkman on Sat Mar 03 2018 06:07 am

    Well, there is my Sports Stats door. It does most of those things,
    though not the Excel part. It renders scores and standings in ANSI
    (or HTML tables using ecwebv4)

    Hey, Kirkman, this is a pretty slick mod. Nice work! I'm gonna play around with it.


    Hope you like it. It's been around a few years, but there are occasional bugs. Just give me a holler if you notice anything amiss.

    --Josh

    ////--------------------------------------------------
    BiC -=- http://breakintochat.com -=- bbs wiki and blog

    ---
    ■ Synchronet
  • From ispyhumanfly@VERT/EUPHORIA to Kirkman on Sun Mar 4 02:32:49 2018
    Re: Scores Door
    By: Kirkman to ispyhumanfly on Sat Mar 03 2018 06:33 pm

    Hey, Kirkman, this is a pretty slick mod. Nice work! I'm gonna play
    around with it.


    Hope you like it. It's been around a few years, but there are occasional bugs. Just give me a holler if you notice anything amiss.

    Will do. Thank you!

    _ispy++

    ---
    ■ Synchronet ■ euphoria - euphoriabbs.org
  • From Internetking@VERT/INETK to Kirkman on Tue Jul 17 03:48:25 2018
    On Fri, 2 Mar 2018, Kirkman wrote:


    Re: Scores Door
    By: David to All on Thu Mar 01 2018 09:40 pm

    Is there a baseball, football, basketball, you name it sport, that:
    o Brings in the scores
    o Shows an average W / L
    o Shows the leagues
    o Gives Wins / Loss
    o Data is downloaded in text, excel, etc
    o Other things that I haven't thought of, because I am not a super sporty guy, just I keep getting asked for something like that.


    Well, there is my Sports Stats door. It does most of those things, though not the Excel part. It renders scores and standings in ANSI (or HTML tables using ecwebv4)

    Find it here:

    https://github.com/Kirkman/Sports-Stats/


    I looked at the xtrn directory file, it seems most are in linux... does it
    run on windows sbbs?

    is there instructions for that?

    ---
    ■ Synchronet ■ Internetking BBS - inetk.synchro.net
  • From Kirkman@VERT/GUARDIAN to Internetking on Sat Jul 21 23:18:20 2018
    Re: Re: Scores Door
    By: Internetking to Kirkman on Tue Jul 17 2018 03:48 am

    Well, there is my Sports Stats door. It does most of those things,
    though not the Excel part. It renders scores and standings in ANSI (or
    HTML tables using ecwebv4)
    Find it here:
    https://github.com/Kirkman/Sports-Stats/

    I looked at the xtrn directory file, it seems most are in linux... does it run on windows sbbs?

    Check the readme.txt, but yes the door works on any modern Sync BBS.

    https://github.com/Kirkman/Sports-Stats/blob/master/readme.txt

    The door is written in Javascript like all other modern Synchronet doors. It works no matter what platform your BBS is on.

    I think you might be confused by the presence of some Python and shell scripts in the GitHub repo. You should ignore those. They are not part of the door itself, but rather they are scrapers which I use to fetch sports data from various websites and services. In theory you could use them to host your own JSON data feed of stats, but there's no point since I'm already hosting one. Just follow the instructions in the readme.txt file and you can obtain stats from my feed. No work required on your end.

    --Josh

    ////--------------------------------------------------
    BiC -=- http://breakintochat.com -=- bbs wiki and blog

    ---
    ■ Synchronet
  • From Internetking@VERT/INETK to Kirkman on Wed Jul 25 14:17:45 2018
    On Sat, 21 Jul 2018, Kirkman wrote:


    Re: Re: Scores Door
    By: Internetking to Kirkman on Tue Jul 17 2018 03:48 am

    Well, there is my Sports Stats door. It does most of those things,
    though not the Excel part. It renders scores and standings in ANSI (or
    HTML tables using ecwebv4)
    Find it here:
    https://github.com/Kirkman/Sports-Stats/

    I looked at the xtrn directory file, it seems most are in linux... does it
    run on windows sbbs?

    Check the readme.txt, but yes the door works on any modern Sync BBS.

    https://github.com/Kirkman/Sports-Stats/blob/master/readme.txt

    The door is written in Javascript like all other modern Synchronet doors. It works no matter what platform your BBS is on.

    I think you might be confused by the presence of some Python and shell scripts
    in the GitHub repo. You should ignore those. They are not part of the door itself, but rather they are scrapers which I use to fetch sports data from various websites and services. In theory you could use them to host your own JSON data feed of stats, but there's no point since I'm already hosting one. Just follow the instructions in the readme.txt file and you can obtain stats from my feed. No work required on your end.


    thanks josh, will look into it sometime tonight.

    ---
    ■ Synchronet ■ Internetking BBS - inetk.synchro.net