"Boredom is a developers creative playground" - Archit when bored
This script is nothing special, just a lightweight scraper for smogon forums for teams if you are too lazy to read through and get the teams yourself. This script will grab every pokepast.es
link, hastebin.com
link and pastebin.com
link that is posted as well as every team that is directly posted in a code block
Skip the bullshit team explanations and introductions and just grab the teams and gen em / play em. My motivation for this was to just grab teams to test PKHeX Auto Legality Mod team genning. Thought I'd share it with the world too.
$ python smogteams.py <forum_url>
Scrapes from every page in the given forum thread.
- improve efficiency
- probably move to a better language?
- multithreading maybe? who knows.
this is licensed under GNU General Public License v3.0 Do with the script what you must as long as the license is obeyed. Have fun!