pandalinoox/shiny-venipede ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python bot that can log into Pokémon Showdown and automatically queue up battles for the gen9metronomebattle format. I want to be able to give it my username and password in a simple env file, set my team and basic battle strategy in a config file, and then run something like a single command to play a chosen number of ladder battles.

After it finishes, please print a simple summary with wins, win rate, and final rating so I can see how the session went. Keep it fully async so it runs cleanly without blocking, and make the setup easy enough that I can swap in my own team later. If you need to look up current docs for the battle library or Pokémon Showdown behavior, go ahead and do that. I’d also like the code to be organized so it’s easy to add nicer logging or smarter battle decisions later.