SuiBot-V2 is a successor to SuiBot_Console written pretty much entirely from scratch, using many elements that I have learnt over the years. It can run on both Windows and Linux (including Raspberry Pi using mono (only console version tested)). For more informations check out wiki.
SuiBot-V2 was written in Visual Studios Community Edition 2017. After some minor changes it should compile in 2015 and possibly Mono Develop. This is partially due to some inline expressions used that were added 2017 version of Visual Studio.
- SuicideMachine
- Bot uses SpeedrunComSharp libary, written by CryZe.
- Bot uses SmartIrc4Net for its IRC connection.
- WPF client uses Hardcodet.NotifyIcon.Wpf by hardcodet to display tray icon.
- Bot uses Newtonsoft.Json for JSON serialisation.
SuiBot-V2 and its source code are released under LGPL-3.0, with its third party dependency modules using their own licences. See License file.