Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castdrian/showdown-discord
Pokémon Showdown! battles wrapped in a Discord bot
https://github.com/castdrian/showdown-discord
discord hacktoberfest pokemon showdown typescript
Last synced: 2 months ago
JSON representation
Pokémon Showdown! battles wrapped in a Discord bot
- Host: GitHub
- URL: https://github.com/castdrian/showdown-discord
- Owner: castdrian
- License: mit
- Created: 2021-05-28T18:15:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T14:41:24.000Z (over 1 year ago)
- Last Synced: 2024-02-23T20:27:00.245Z (10 months ago)
- Topics: discord, hacktoberfest, pokemon, showdown, typescript
- Language: TypeScript
- Homepage:
- Size: 8.77 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
### Production
```bash
docker run --env-file=.env -v "$(pwd)/firebase_credentials.json:/app/firebase_credentials.json:ro" --name=showdown --restart=unless-stopped ghcr.io/castdrian/showdown:main
```### Development
```bash
docker-compose up
```## Play & Support
[Add to Server](https://discord.pkmn.dev)
![Discord Banner 2](https://discord.com/api/guilds/1038073397755781160/widget.png?style=banner2)
## Showcase
## Thanks to
- [scheibo](https://github.com/scheibo) for their [modularized showdown](https://github.com/pkmn/ps) impl
- [Zarel](https://github.com/Zarel) & [Smogon](https://www.smogon.com) for [Pokémon Showdown](https://play.pokemonshowdown.com)
- [Yugen](https://github.com/jurienhamaker) for being Mr. Dockerman and helping out with the [Dockerfile](https://github.com/castdrian/showdown/blob/main/Dockerfile)