Skip to content

Instantly share code, notes, and snippets.

@aergonaut
Last active March 21, 2018 19:23
Show Gist options
  • Save aergonaut/6795932 to your computer and use it in GitHub Desktop.
Save aergonaut/6795932 to your computer and use it in GitHub Desktop.

Pokebin

  • like Pastebin but for Pokemon teams
  • anyone can access the site and create an annonymous team
    • teams get urls like: http://pokebin.io/963fc4d
    • annonymous teams persist for 1 month and then are marked for deletion
      • teams marked for deletion are deleted when they are not visited for 2 consecutive days
    • spam filters and rate limiting to curb abuse
  • users can optionally sign up to have their teams persist forever
  • JSON api: http://pokebin.io/963fc4d.json
{
  "team": [
    {
      "nickname": "Bulbasaur",
      "species": {
        // etc...
      }
    }
  ]
}
@Hoyteinga
Copy link

Aegislash @ Spooky Plate
Ability: Stance Change
EVs: 252 HP / 4 Atk / 252 SpD
Sassy Nature

  • Shadow Ball
  • Shadow Sneak
  • Flash Cannon
  • King's Shield

Celesteela @ Choice Specs
Ability: Beast Boost
EVs: 252 HP / 252 SpA / 4 SpD
Quiet Nature
IVs: 0 Atk

  • Air Slash
  • Flash Cannon
  • Fire Blast
  • Energy Ball

Toxapex @ Leftovers
Ability: Regenerator
EVs: 252 HP / 252 SpD
Sassy Nature
IVs: 0 Atk

  • Baneful Bunker
  • Recover
  • Scald
  • Toxic

Nihilego @ Focus Sash
Ability: Beast Boost
EVs: 252 SpA / 252 SpD
Quiet Nature
IVs: 0 Atk / 30 Def

  • Power Gem
  • Psyshock
  • Clear Smog
  • Hidden Power [Ice]

Reuniclus @ Light Clay
Ability: Magic Guard
EVs: 252 HP / 252 Def / 4 SpD
Relaxed Nature
IVs: 0 Atk / 0 Spe

  • Trick Room
  • Reflect
  • Recover
  • Light Screen

Slowbro @ Leftovers
Ability: Regenerator
EVs: 252 HP / 252 Def / 4 SpD
Relaxed Nature
IVs: 0 Atk / 0 Spe

  • Toxic
  • Slack Off
  • Trick Room
  • Scald

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment