Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwsch/sysbot.net
sys-botbase client for remote control automation of Nintendo Switch consoles.
https://github.com/kwsch/sysbot.net
automation bot-framework discord nintendo-hacking nintendo-switch pkhex pokemon ram-monitoring sys-botbase
Last synced: 6 days ago
JSON representation
sys-botbase client for remote control automation of Nintendo Switch consoles.
- Host: GitHub
- URL: https://github.com/kwsch/sysbot.net
- Owner: kwsch
- License: agpl-3.0
- Created: 2020-01-27T00:35:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T04:16:08.000Z (3 months ago)
- Last Synced: 2024-10-12T01:26:55.975Z (24 days ago)
- Topics: automation, bot-framework, discord, nintendo-hacking, nintendo-switch, pkhex, pokemon, ram-monitoring, sys-botbase
- Language: C#
- Homepage: https://projectpokemon.org/home/files/file/4207-sysbot-automatic-build/
- Size: 81.9 MB
- Stars: 464
- Watchers: 53
- Forks: 269
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SysBot.NET
![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)## Support Discord:
For support on setting up your own instance of SysBot.NET, feel free to join the discord! (Beware of un-official discords who claim to be official)
[](https://discord.gg/tDMvSRv)
[sys-botbase](https://github.com/olliz0r/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](https://github.com/kwsch/SysBot.NET/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](https://github.com/discord-net/Discord.Net) , [TwitchLib](https://github.com/TwitchLib/TwitchLib) and [StreamingClientLibary](https://github.com/SaviorXTanren/StreamingClientLibrary) as a dependency via Nuget.
## Other Dependencies
Pokémon API logic is provided by [PKHeX](https://github.com/kwsch/PKHeX/), and template generation is provided by [Auto-Legality Mod](https://github.com/architdate/PKHeX-Plugins/). Current template generation uses [@santacrab2](https://www.github.com/santacrab2)'s [Auto-Legality Mod fork](https://github.com/santacrab2/PKHeX-Plugins).# License
Refer to the `License.md` for details regarding licensing.