General purpose twitch chat bot with a UI layer built on ElectronJS.
- Rename
config.Configtoconfig.jsonwith the values replaced accordingly. - To get your
client_tokenandclient_idyou need to register your application here. Be sure to store yourclient_tokensomewhere safe because it will not be shown again after you generate one. - To get your
bot_account_tokensimply visit https://twitchapps.com/tmi/ to get it while logged in to your bot account.bot_usernamewould be your bot account username. default_channelsis an array of twitch channels that you want your bot to join on start up.yaml_db_pathis the file path for the yaml file that is currently being used as a mock database. You need not create the yaml file.osu_apicontains theurlwhich is the URL for the Osu! API which might be subject to change. You can request an API key from https://osu.ppy.sh/p/api. Fill in theapi_keywith it.
npm start
Dama-chan is currently licensed under the MIT License.