This fork was created because I felt that some of the OT and nickname restrictions implemented in vanilla SysBot.NET were a little bit too extreme. Most of the obvious advertising and spam filters remain, but many of the more harmless filters with less potential for abuse have been removed. I also have implemented a Twitch subscriber only mode toggle. The way you wish to use this is up to you.
PLEASE BE AWARE: The PKHeX development Discord server may consider this to be a violation of their policy on advertising. You may be banned from their server if you're hosting a bot with this modified code. You've been warned.
Also, do not bug the original Sysbot or Forkbot devs with any problems you have with this fork.
All code is provided as-is, but if you have any issues or questions feel free to join my Discord server to ask.
USB-Botbase client for remote USB control for this fork.
sys-botbase client for remote control automation of Nintendo Switch consoles.
- 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 AutoMod.
Refer to the License.md
for details regarding licensing.