Skip to content

MarkHalls/discord2twitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord2twitch

Install Dependencies with npm install

Requires: secrets.json in app.js folder with the following info

{  
	"user": "Twitch Username",  
	"twitch_channel": "#Channel",  
	"twitch_user_oauth": "Twitch OAuth Token",  
	"discord_botname": "Botname",  
	"discord_bot_token": "Token",  
	"discord_server": "Server"  
}