Nino is a bot for tracking fansub progress on Discord.
See the Full Documentation for more information.
Pull requests are always welcome.
-
Nino requires an Azure Cosmos DB. The base tier is free, and it is highly unlikely Nino will ever generate enough data to exceed the base tier.
-
Create an
appsettings.json
file. For development, place it inNino/bin/Debug/net8.0
, or wherever the built executable is. For hosting, place it next to the executable.
appsettings.json
schema:
{
"Configuration": {
"AzureCosmosEndpoint": "",
"AzureClientSecret": "",
"AzureCosmosDbName": "",
"DiscordApiToken": "",
"OwnerId": 1234
}
}
Please see the Localization Docs for more information.
TL;DR: For text content, see POEditor, for commands, make a pull request.
Nino is licensed under the BSD 3-clause license
© 2024 9volt.