i mean like this, on the right side: http://www.iccup.com/mapinfo/iccup_fighting_spirit_1.3.html
but with higher numbers, because iccup stopped counting it.
would be cool. please let us know where can we see it.
| Forum Index > BW General |
|
zimp
Hungary954 Posts
On March 13 2013 10:43 Birdie wrote: Yes, doing that now. i mean like this, on the right side: http://www.iccup.com/mapinfo/iccup_fighting_spirit_1.3.html but with higher numbers, because iccup stopped counting it. would be cool. please let us know where can we see it. | ||
|
traceurling
United States1240 Posts
Also I agree, it'd be cool to have racial balance stats for each map :D | ||
|
Birdie
New Zealand4438 Posts
On March 14 2013 00:10 traceurling wrote: Will clear stats affect this at all? Also I agree, it'd be cool to have racial balance stats for each map :D Clear stats is ignored by the ranking as long as it managed to pick up the match before you cleared your stats. | ||
|
Capresis
United States518 Posts
On March 14 2013 03:10 Birdie wrote: Show nested quote + On March 14 2013 00:10 traceurling wrote: Will clear stats affect this at all? Also I agree, it'd be cool to have racial balance stats for each map :D Clear stats is ignored by the ranking as long as it managed to pick up the match before you cleared your stats. Does that mean if someone is trying to go for a flawless record, and clearstats ASAP after every loss, they will get to the top of your ladder because your scraper will only scrape their wins? | ||
|
Sayle
United Kingdom3685 Posts
| ||
|
traceurling
United States1240 Posts
| ||
|
sabas123
Netherlands3122 Posts
| ||
|
traceurling
United States1240 Posts
On March 14 2013 05:15 sabas123 wrote: i wish there was a search function when you want to find players lol CTRL+F, type in player name @Birdie, there still seem to be some glitches, the 1st and 3rd player have more games on your thing than iCCup says...small amount like only a couple matches dunno if it makes a big difference..maybe they cleared stats? Also my game list says I have 25 games according to you, but iCCup says I only have 22...small difference but just letting you know might be a bug somewhere... Would it be possible to (easily) display average APM also? Just as random trivia... | ||
|
ninazerg
United States7291 Posts
Edit: Apparently, this bump wasn't "accurate" enough, but Birdie wants to let you know to check this thing out, okay? http://www.templesiege.com/mapstats.php It's the stats of all the maps. | ||
|
fabiano
Brazil4644 Posts
| ||
|
Capresis
United States518 Posts
Also! According to this, the most common matchup played on FS is PvT at 32%. And the least common is tvt at 3.2% =D Very cool. | ||
|
Rlentless
Hong Kong322 Posts
On March 20 2013 13:19 Capricis wrote: That is awesome. Do you exclude all the maps that iccup reads as "-" on their website? Also! According to this, the most common matchup played on FS is PvT at 32%. And the least common is tvt at 3.2% =D Very cool. This is why I go to fish for tvt practice. :x | ||
|
Birdie
New Zealand4438 Posts
On March 20 2013 13:19 Capricis wrote: That is awesome. Do you exclude all the maps that iccup reads as "-" on their website? Also! According to this, the most common matchup played on FS is PvT at 32%. And the least common is tvt at 3.2% =D Very cool. I'm not sure about the maps that iCCup reads as -, but I'm fairly sure they're excluded. I can't check APM, sorry tracurling. I AM NOW MAKING SOME MAJOR FIXES TO THE RANKING CODE SO EVERYTHING YOU SEE THERE WILL NOT BE ACCURATE. The map stats should still be correct. | ||
|
traceurling
United States1240 Posts
| ||
|
Birdie
New Zealand4438 Posts
On March 21 2013 15:22 traceurling wrote: Fyi, Dante's Peak seems broken on map stats...possible because of the ' in Dante's? Yes. I'm aware of that issue. No time to fix stuff as I've had a really busy day and will be somewhat busy for half of tomorrow. After that we'll see. | ||
|
Jaevlaterran
Sweden578 Posts
| ||
|
blueblimp
Canada297 Posts
Keeping the game database up-to-date will be even nastier. I don't see any better way to do it than to request the individual details pages for games (for example http://www.iccup.com/starcraft/details/123435.html). Given that thousands of games are played per day, that'd barely even process games as fast as they are generated! So yeah, if you have some trick for scraping the site, I'd love to hear it. | ||
|
Birdie
New Zealand4438 Posts
On March 28 2013 17:51 blueblimp wrote: I'm giving this a shot with TrueSkill. Boy is scraping iCCup frustrating. I'm getting the information from players' match lists, since that way I can get as many as 25 games per request. Even doing that, it's brutally slow. I've been running it for nearly a day now and it's nowhere near done. Keeping the game database up-to-date will be even nastier. I don't see any better way to do it than to request the individual details pages for games (for example http://www.iccup.com/starcraft/details/123435.html). Given that thousands of games are played per day, that'd barely even process games as fast as they are generated! So yeah, if you have some trick for scraping the site, I'd love to hear it. Huh, I just realized the matchlist file actually displays the map played on, which is one thing I didn't think it did. Perhaps I should switch to scraping that way. Anyway what I do is just brute force go through every match (http://www.iccup.com/starcraft/details/1.html all the way until it 404's). When it 404's I stop, and the script starts again after half an hour. It's set up as a cron job that runs every half hour. Without direct access to the iCCup database (not going to happen I think) I don't know of a better way to do it. In case no one noticed, I broke iCCup reranked and haven't had a chance to fix it, might have time tomorrow though as it's Easter Friday. | ||
|
blueblimp
Canada297 Posts
On March 28 2013 18:14 Birdie wrote: Show nested quote + On March 28 2013 17:51 blueblimp wrote: I'm giving this a shot with TrueSkill. Boy is scraping iCCup frustrating. I'm getting the information from players' match lists, since that way I can get as many as 25 games per request. Even doing that, it's brutally slow. I've been running it for nearly a day now and it's nowhere near done. Keeping the game database up-to-date will be even nastier. I don't see any better way to do it than to request the individual details pages for games (for example http://www.iccup.com/starcraft/details/123435.html). Given that thousands of games are played per day, that'd barely even process games as fast as they are generated! So yeah, if you have some trick for scraping the site, I'd love to hear it. Huh, I just realized the matchlist file actually displays the map played on, which is one thing I didn't think it did. Perhaps I should switch to scraping that way. Anyway what I do is just brute force go through every match (http://www.iccup.com/starcraft/details/1.html all the way until it 404's). When it 404's I stop, and the script starts again after half an hour. It's set up as a cron job that runs every half hour. Without direct access to the iCCup database (not going to happen I think) I don't know of a better way to do it. In case no one noticed, I broke iCCup reranked and haven't had a chance to fix it, might have time tomorrow though as it's Easter Friday. Thanks. The breakage was partly what motivated me to give it a try. ![]() Using match lists is pretty good for initially populating the database. But not too good--to request the match list page, you need the player's ID, so a request per player is still necessary to find that out. Plus it only shows 25 games per page, you see every game twice (once for each player), and the last page of games has fewer than 25. So although it's better than requesting the individual game details, it's not THAT much better. I'm uncertain how to keep up with games using match lists. Maybe scrape players at an interval determined by their activity? | ||
|
blueblimp
Canada297 Posts
| ||
| ||
StarCraft 2 StarCraft: Brood War Dota 2 Counter-Strike Super Smash Bros Heroes of the Storm Other Games tarik_tv4603 Grubby2751 FrodaN597 shahzam468 ToD136 Maynarde134 ArmadaUGS114 Fuzer C9.Mang093 UpATreeSC74 Organizations
StarCraft 2 • kabyraGe StarCraft: Brood War• Hupsaiya • musti20045 • davetesta20 • Migwel • AfreecaTV YouTube • sooper7s • intothetv • Kozan • IndyKCrew • LaughNgamezSOOP Dota 2 Other Games |
|
Sparkling Tuna Cup
WardiTV Korean Royale
LAN Event
Replay Cast
WardiTV Korean Royale
LAN Event
OSC
The PondCast
LAN Event
Replay Cast
[ Show More ] LAN Event
Korean StarCraft League
CranKy Ducklings
WardiTV Korean Royale
LAN Event
IPSL
dxtr13 vs OldBoy
Napoleon vs Doodle
Replay Cast
Sparkling Tuna Cup
WardiTV Korean Royale
LAN Event
IPSL
JDConan vs WIZARD
WolFix vs Cross
Replay Cast
Wardi Open
|
|
|