https://github.com/9vult/nino
Nino fansub progress bot for Discord
https://github.com/9vult/nino
Last synced: 2 months ago
JSON representation
Nino fansub progress bot for Discord
- Host: GitHub
- URL: https://github.com/9vult/nino
- Owner: 9vult
- License: lgpl-3.0
- Created: 2021-01-25T07:50:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T04:50:21.000Z (about 1 year ago)
- Last Synced: 2024-04-14T13:11:39.971Z (about 1 year ago)
- Language: TypeScript
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Nino Fansub Tracking Bot
Nino is a bot for tracking fansub progress on Discord.
****
## Command List
See the [Full Documentation](./docs/docs.md) for more information.
## Development
Pull requests are always welcome.
## Setup for Hosting and Development
- Nino requires an [Azure Cosmos DB](https://azure.microsoft.com/en-us/products/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:
```json
{
"Configuration": {
"AzureCosmosEndpoint": "",
"AzureClientSecret": "",
"AzureCosmosDbName": "",
"DiscordApiToken": "",
"OwnerId": 1234
}
}
```## Localization
Localization pull requests are more than welcome! Please see the [Localization Docs](./docs/localization.md) for more information.
## License
Nino is licensed under the BSD 3-clause license
-----
© 2024 9volt.