All Projects → felixphew → Pokepaste

felixphew / Pokepaste

Licence: bsd-3-clause
A pastebin for competitive Pokemon

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Pokepaste

Cowyo
A feature-rich wiki webserver for minimalists 🐮 💬
Stars: ✭ 711 (+1125.86%)
Mutual labels:  pastebin
Poryscript
High-level scripting language for gen 3 pokemon decompilation projects
Stars: ✭ 25 (-56.9%)
Mutual labels:  pokemon
Oakdex Pokedex
Ruby Gem and Node Package for comprehensive Generation 1-7 Pokedex data, including 809 Pokémon, uses JSON schemas to verify the data
Stars: ✭ 44 (-24.14%)
Mutual labels:  pokemon
Pokeemerald
Decompilation of Pokémon Emerald
Stars: ✭ 772 (+1231.03%)
Mutual labels:  pokemon
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+1463.79%)
Mutual labels:  pokemon
Hyper Pokemon
Tailor-made Pokémon themes for your Hyper terminal
Stars: ✭ 939 (+1518.97%)
Mutual labels:  pokemon
Ipokego
A native iOS client to map the Pokemon around you!
Stars: ✭ 637 (+998.28%)
Mutual labels:  pokemon
Pokemongo Bot
A full functional bot that can act like the normal phone app
Stars: ✭ 1,053 (+1715.52%)
Mutual labels:  pokemon
Vue Pokedex
A Pokédex made with Vue.js 📕
Stars: ✭ 22 (-62.07%)
Mutual labels:  pokemon
Pokequest Wiki
📕 Pokémon Quest Dex designed for Web / 方可梦图鉴
Stars: ✭ 41 (-29.31%)
Mutual labels:  pokemon
Pastebin
Just another Pastebin.com CLI script, but you can even login with your user account.
Stars: ✭ 5 (-91.38%)
Mutual labels:  pastebin
Pokedexvuejs
A Pokedex that will contain all 807 pokemon from the Pokemon series. Created in Vue.js
Stars: ✭ 19 (-67.24%)
Mutual labels:  pokemon
Pgoapi
Unofficial PokemonGO API in Python
Stars: ✭ 874 (+1406.9%)
Mutual labels:  pokemon
Psitransfer
Simple open source self-hosted file sharing solution.
Stars: ✭ 712 (+1127.59%)
Mutual labels:  pastebin
Linx Server
Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Demo: https://demo.linx-server.net/
Stars: ✭ 1,044 (+1700%)
Mutual labels:  pastebin
Emagnet
Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password together from recent uploads from https://pastebin.com. Bruteforce support for spotify accounts, instagram accounts, ssh servers, microsoft rdp clients and gmail accounts
Stars: ✭ 688 (+1086.21%)
Mutual labels:  pastebin
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+1510.34%)
Mutual labels:  pokemon
0bin
Client side encrypted pastebin
Stars: ✭ 1,051 (+1712.07%)
Mutual labels:  pastebin
Vinergy
CLI Pastebin within Vim energy (https://git.io/vn)
Stars: ✭ 49 (-15.52%)
Mutual labels:  pastebin
Crystal Randofuser
Pokemon Crystal Randofuser. Also see https://github.com/xCrystal/pokecrystal-randofuser
Stars: ✭ 28 (-51.72%)
Mutual labels:  pokemon

PokePaste

PokePaste is a simple pastebin, with a clean interface, that supports highlighting of the syntax created by Pokemon Showdown. This syntax has become a standard, and is supported by multiple tools, yet no pastebin (up until now) has had support for syntax-highlighting it.

PokePaste highlights mon names with their primary type, moves with their type, items (where appropriate) with their associated type and more. It also features an image preview for mons and items using art from the Pokemon Global Link. The site is simple, standards-compliant and mobile- friendly.

PokePaste is grateful to BrowserStack https://www.browserstack.com for help testing PokePaste v3 across different browsers.

You can use PokePaste at https://pokepast.es.

PokePaste v3 was rewritten from the ground up in Go. Most of the functionality required is in the standard library, with the exception of the MySQL and Blowfish libraries.

A standalone tool is included to run PokePaste for development purposes; use it something like this:

$ go get github.com/felixphew/pokepaste/cmd/pokepaste
$ POKEPASTE_DB=username:[email protected]/dbname \
> POKEPASTE_KEY='Super Secret Key' ~/go/bin/pokepaste

See https://github.com/go-sql-driver/mysql#dsn-data-source-name for more information on the database connection parameters.

Licensing

PokePaste is licensed under the 3-clause BSD licence. In short, you can do whatever you want with the code as long as you retain the copyright notice (see LICENSE) and don't hold me liable.

Pokémon and Pokémon character names are trademarks of Nintendo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].