Skip to content

Fork of NotForkBot.NET. Thanks to Zyro, Koi, Berichan, Anubis, Kaphotics, Architdate and all the upstream contributors.

License

Notifications You must be signed in to change notification settings

Joseph11024/PkmEmpire-SysBot.NET

 
 

Repository files navigation

SysBot.NET

License

Disclaimer

This fork is intended for my personal use. You're free to use this fork, but please be aware I'm not willing to add specific features that don't fit my needs.

Support Discords:

For specific support for this fork of kwsch's SysBot.NET repo feel free to join! (No support will be provided in the official PKHeX or PA Discord, please don't bother the devs)

Support Server: Manu's Server

This fork uses code from:

Thanks to all the devs and contributors of the mentioned forks!

usb-Botbase client for remote USB control for this fork.

sys-botbase client for remote control automation of Nintendo Switch consoles.

SysBot.Base:

  • Base logic library to be built upon in game-specific projects.
  • Contains a synchronous and asynchronous Bot connection class to interact with sys-botbase.

SysBot.Tests:

  • Unit Tests for ensuring logic behaves as intended :)

Example Implementations

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.

SysBot.Pokemon:

  • Class library using SysBot.Base to contain logic related to creating & running Sword/Shield bots.

SysBot.Pokemon.WinForms:

  • 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.

SysBot.Pokemon.Discord:

  • 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.

SysBot.Pokemon.Twitch:

  • Twitch.tv interface for remotely announcing when the distribution starts.
  • Provide a Twitch login token, username, and channel for login.

SysBot.Pokemon.YouTube:

  • 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.

Other Dependencies

Pokémon API logic is provided by PKHeX, and template generation is provided by AutoMod.

Special Credits:

This SysBot fork is an agglomeration of different forks and other PKHeX/SysBot based programs. Thanks to Santacrab, Zyro, Koi, Berichan, Anubis, Archit, Kurt and all the developers that contributed and will contribute to their repositories!

License

Refer to the License.md for details regarding licensing.

About

Fork of NotForkBot.NET. Thanks to Zyro, Koi, Berichan, Anubis, Kaphotics, Architdate and all the upstream contributors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%