Hey guys,
I admit it, I'm one of the guys who always went to the forums for teams. The forums provide a great resource for someone like me, if you just want to hop on Showdown and play some fast games!
Lately however, I was getting kind of bored, trying to search for teams, as it seemed to be getting more difficult. Because of this problem, I thought about making my life a little bit easier and try to think of an automatic solution.
This is what I'm presenting you today!
So what am I talking about?
I created a program which goes through the "Smogon Metagames" and "Rate My Team" forums and all their subforums. In each thread of these subforums the program analyzes each post and if it finds a team hidden in a spoiler or in a pokepast.es link, it saves the team. For each team some metadata like likes and time of posts will be saved so each team can be ranked by the following formula:
With this, I got over 12000 teams from Smogon and exported them into an importable Showdown format.
Show it! (Link: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump)
Is it perfect?
No, of course not! There are many mistakes and problems, but most of the teams will work. If you encounter a problem, let me know and I will try and have a look at it!
Advice
Since there are so many teams, the filesize of the dump is 12 MB. Because of that, I advice you to download the dump and then import it into an incognito window of your browser, if you really want to have a look at it, since it otherwise will probably just crash your browser.
Enough of it, where do I get it?
Url for dumps: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump
The source: https://github.com/FullLifeGames/Smogon-Team-Crawler
Download the paste: https://drive.google.com/uc?authuser=0&id=1rjUVdzZWw8dqBi3Yt7CLLfyVe1tSE7Sc&export=download
The paste: https://drive.google.com/open?id=1rjUVdzZWw8dqBi3Yt7CLLfyVe1tSE7Sc
What if I just want a dump for a single tier?
Don't worry, I created a paste for each tier and you can access it from here:
https://drive.google.com/open?id=18gIrfuAXcxrEVm3FKj72r4BKG8l5DcRc
Or look here at the visualization: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump
I admit it, I'm one of the guys who always went to the forums for teams. The forums provide a great resource for someone like me, if you just want to hop on Showdown and play some fast games!
Lately however, I was getting kind of bored, trying to search for teams, as it seemed to be getting more difficult. Because of this problem, I thought about making my life a little bit easier and try to think of an automatic solution.
This is what I'm presenting you today!
So what am I talking about?
I created a program which goes through the "Smogon Metagames" and "Rate My Team" forums and all their subforums. In each thread of these subforums the program analyzes each post and if it finds a team hidden in a spoiler or in a pokepast.es link, it saves the team. For each team some metadata like likes and time of posts will be saved so each team can be ranked by the following formula:
this.Likes *
(1.0 /
(
(DateTime.Now.Subtract(this.PostDate).TotalMinutes / 60.0 / 24.0 / 365.0) * koeffScale + 1
)
);
Where koeffScale = 5, so that newer teams get way more attention
(1.0 /
(
(DateTime.Now.Subtract(this.PostDate).TotalMinutes / 60.0 / 24.0 / 365.0) * koeffScale + 1
)
);
Where koeffScale = 5, so that newer teams get way more attention
Show it! (Link: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump)
Is it perfect?
No, of course not! There are many mistakes and problems, but most of the teams will work. If you encounter a problem, let me know and I will try and have a look at it!
Advice
Since there are so many teams, the filesize of the dump is 12 MB. Because of that, I advice you to download the dump and then import it into an incognito window of your browser, if you really want to have a look at it, since it otherwise will probably just crash your browser.
Enough of it, where do I get it?
Url for dumps: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump
The source: https://github.com/FullLifeGames/Smogon-Team-Crawler
Download the paste: https://drive.google.com/uc?authuser=0&id=1rjUVdzZWw8dqBi3Yt7CLLfyVe1tSE7Sc&export=download
The paste: https://drive.google.com/open?id=1rjUVdzZWw8dqBi3Yt7CLLfyVe1tSE7Sc
What if I just want a dump for a single tier?
Don't worry, I created a paste for each tier and you can access it from here:
https://drive.google.com/open?id=18gIrfuAXcxrEVm3FKj72r4BKG8l5DcRc
Or look here at the visualization: https://fulllifegames.com/Tools/ReplayScouter/#/smogonDump
Attachments
Last edited: