Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.
/ MitsukuApi Public archive

An unofficial API for Mitsuku (Kuki) bot in C#

License

Notifications You must be signed in to change notification settings

sitiom/MitsukuApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MitsukuApi

An unofficial API for Mitsuku (Kuki) bot in C#.

Basic Usage

MitsukuChatBot mitsuku = new MitsukuChatBot();
while (true)
{
	Console.Write("|>>>");
	MitsukuResponse response = mitsuku.SendMessage(Console.ReadLine());
	Console.WriteLine();

	foreach (string msg in response.Responses)
	{
		Console.WriteLine(msg);
	}
	Console.WriteLine();
}

About

An unofficial API for Mitsuku (Kuki) bot in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages