Skip to content

zeldaxiaoma/SysBot.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord交互已漢化,非中文玩家勿用。

Discord interaction has been translated into Chinese, so non-Chinese players should not use it.

感謝Easyworld的突出貢獻,本分支一切榮譽歸給他。由於原作者Easyworld長時間未更新,迫於使用需要我就自己更新了一部分。由於我不是開發者,不保證程序能夠穩定運行,但只是我還沒有遇到問題。

  • 1.升級了Net8。
  • 2.放棄NUGet改成本地調用PKHeX.Core.dll。
  • 3.目前已升級最新版本PKHeX.Core.dll和PKHeX.Core.AutoMod.dll
  • 4.非常感謝Santacrab對本分支改版的指導

Bot使用或問題咨詢

問題咨詢可加入QQ群交流:673346292

我的Disocrd頻道

我的DoDo頻道

SysBot.NET

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.

SysBot.Pokemon.QQ:

Most codes are based on SysBot.Pokemon.Twitch

Uses Mirai.Net as a dependency via Nuget.

Document: 搭建指南, 命令指南

SysBot.Pokemon.Dodo:

  • Support ALM-Showdown-Sets
  • Support PK8 PB8 PA8 PK9 file upload
  • Support Customized Chinese to ALM-Showdown-Sets translation

Most codes are based on SysBot.Pokemon.Twitch

Uses dodo-open-net as a dependency via Nuget.

Document: 搭建指南, 命令指南

Other Dependencies

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

License

Refer to the License.md for details regarding licensing.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%