Creating a New Application
This guide will help you get started with creating a new application.
To get your app token and secret, you need to create a new application on the Developer Dashboard.
After creating a new application, you will be provided with an app token and secret. You will need these to authenticate your application with the API.
In your vtubers.config.ts
file, add the following:
vtubers.config.ts
Replace YOUR_APP_TOKEN
and YOUR_APP_SECRET
with the values provided by the Developer Dashboard.