Skip to content

9vult/nino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nino Fansub Tracking Bot

Nino is a bot for tracking fansub progress on Discord.


Command List

See the Full Documentation for more information.

Localization

Localization pull requests are more than welcome! Please see the Localization Docs for more information.

Development

Pull requests are always welcome.

Setup for Hosting and Development

  • 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 in Nino/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": ""
    }
}

License

Nino is licensed under the BSD 3-clause license

© 2024 9volt.