
Fork of kwsch's SysBot.NET.
For a list of this fork’s features:
- Game Mode selector (LGPE / SwSh / BDSP / PLA / SV) available in Hub settings
- WinForm executable compatible with Dark Mode (choose between Light, Dark, or System)
- Egg text requests via the
Egg: Yes
parameter - Handle Wondercards as Discord attachments with the
trade
command - Support for past-generation file conversions
- Discord trade embed display with custom emoji support
- Configurable Discord / Twitch / Donation commands
Reboot and Stop
routine to reset in-game statusUseTradePartnerDetails
option to automatically apply partner OT details to traded Pokémon- Let’s Go Pikachu and Eevee support (thanks to santacrab2 for the codebase!)
- Uses deps instead of nuget for faster legality and feature updates.
Please refer to the Wiki for detailed configurations and troubleshooting guides.
Special thanks to notzyro, santacrab2, and 9Bitdo for their help with code, updates, and ongoing support.
If you need support for this fork, feel free to join our Discord server!
(Support for this fork is not provided in the PKHeX Discord, please do not bother the devs)
- Base logic library to be built upon in game-specific projects.
- Contains a synchronous and asynchronous Bot connection class to interact with sys-botbase.
- Unit Tests for ensuring logic behaves as intended :)
The driving force to develop this project is automated bots for Nintendo Switch Pokémon games. An example implementation is provided in this repo to demonstrate interesting tasks this framework is capable of performing. Refer to the Wiki for more details on the supported Pokémon features.
- Class library using SysBot.Base to contain logic related to creating & running Sword/Shield bots.
- Simple GUI Launcher for adding, starting, and stopping Pokémon bots (as described above).
- Configuration of program settings is performed in-app and is saved as a local json file.
- Discord interface for remotely interacting with the WinForms GUI.
- Provide a discord login token and the Roles that are allowed to interact with your bots.
- Commands are provided to manage & join the distribution queue.
- Twitch.tv interface for remotely announcing when the distribution starts.
- Provide a Twitch login token, username, and channel for login.
- YouTube.com interface for remotely announcing when the distribution starts.
- Provide a YouTube login ClientID, ClientSecret, and ChannelID for login.
Uses Discord.Net , TwitchLib and StreamingClientLibary as a dependency via Nuget.
Pokémon API logic is provided by PKHeX, and template generation is provided by Auto-Legality Mod. Current template generation uses @santacrab2's Auto-Legality Mod fork.
Refer to the License.md
for details regarding licensing.