BuzzerBeater Forums

BB Global (English) > NT Scout

NT Scout

Set priority
Show messages by
From: RSX
This Post:
4646
218184.1
Date: 05/20/2012 14:12:59
Overall Posts Rated:
181181
Just a simple program I made that let's you search (using BBAPI) for a specified players. Saves the results with basic informations to a CSV file (editable in Excel and similar programs). In overall, it's just a tool for managers related with Naional Teams.

Program is open source (licensed under GNU GPL v3).

---

Download: https://github.com/rsxee/NTScout/releases
How to use: https://github.com/rsxee/NTScout/wiki/Usage
How to compile for your OS: https://github.com/rsxee/NTScout/wiki/Compiling

Last edited by RSX at 01/24/2015 06:47:55

From: Kukoc

To: RSX
This Post:
00
218184.2 in reply to 218184.1
Date: 05/20/2012 15:28:11
Overall Posts Rated:
13361336
Your last version was not properly working. This one does though. Still you always have to set all parameters for it to work.
Decent program and I really like your draft program. Beats my old by a mile:)

From: RSX

This Post:
00
218184.3 in reply to 218184.2
Date: 05/20/2012 15:49:15
Overall Posts Rated:
181181
What wasn't working?

From: Kukoc

To: RSX
This Post:
00
218184.4 in reply to 218184.3
Date: 05/20/2012 16:13:01
Overall Posts Rated:
13361336
It always hanged at the last player on the list (for example player 189/190). Never created a file with info. The current version works ok.

From: RSX

This Post:
00
218184.5 in reply to 218184.4
Date: 05/20/2012 16:28:33
Overall Posts Rated:
181181
Most likely didn't found any players, and so it was exiting function without informing you about anything. The 189/190 was infact 190/190, but I didn't take into account that array counts 1-190 and loop 0-189.

From: Kukoc

To: RSX
This Post:
00
218184.6 in reply to 218184.5
Date: 05/20/2012 16:44:14
Overall Posts Rated:
13361336
I ran the same search in your current version and it found a lot of players. Last version just hanged and had to be shut down.

From: CoachSK

To: RSX
This Post:
00
218184.7 in reply to 218184.5
Date: 05/20/2012 21:22:12
Overall Posts Rated:
431431
Im not understanding how to use it, keeps saying no players found

From: RSX

This Post:
00
218184.8 in reply to 218184.7
Date: 05/20/2012 21:31:51
Overall Posts Rated:
181181
You gotta fill all the fields. Let's say you want to search for best draftees from season 19, so you do:

Country ID: 1 - 1 (in USA only, take into account that at this moment many has already left to play in other countries)
Division: 1 - 5 (in USA there's 6, but I assume there are botTeams only)
Age: 18 - 18
Potential: 6 - 11 (6 is allstar, 11 legend)
Salary: 0 - 10000
DMI: 0 - 999999 (just after draft all draftees have DMI = 0, so its easy to search them, but once they get training this is useless, so if you set 0 - 0 you might get no results)
Player Country ID: the ID of USA is 1, and you are searching for American players, so 1
Search botTeams: shall it search in teams that are bots?




Last edited by RSX at 05/20/2012 21:35:41

From: CoachSK

To: RSX
This Post:
00
218184.9 in reply to 218184.8
Date: 05/20/2012 21:39:07
Overall Posts Rated:
431431
I got it to search all the leagues and rosters but then it just stops, where do I find the players?

From: RSX

This Post:
11
218184.10 in reply to 218184.9
Date: 05/20/2012 21:53:26
Overall Posts Rated:
181181
It will create a file in CSV format with name as a current date and time, and will be located next to the application file.

Last edited by RSX at 05/20/2012 21:56:43

From: CoachSK

To: RSX
This Post:
00
218184.11 in reply to 218184.10
Date: 05/20/2012 21:56:18
Overall Posts Rated:
431431
And where do I find that file? sorry not good with these kinda things.