Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Qkrisi/discordplays-ktane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiscordPlays:KTaNE Bot

The synchronizes the chat of a Twitch channel with a discord channel, an handles TP commands.

Dependencies

-Python 3.7+

-twitchio

-discord.py

Run

To run the bot, create a config.json with the following properties:

{
	"TwitchToken":"<oauth token>",
	"BotToken":"<Discord bot token>",
	"Nickname":"<twitch bot nickname>",
	"Prefix":"<twitch prefix>",
	"ChannelID":"<Discord channel ID>",
	"TwitchChannel":"<twitch channel>"
}
Name Description
TwitchToken Oauth token of the bot (Get the token here)
BotToken Token of the Discord bot
Nickname The name of the Twitch bot
Prefix Prefix to use commands with on Twitch
ChannelID The identifier of the Discord channel (integer)
TwitchChannel The name of the Twitch channel the bot should join to

About

DiscordPlays:KTaNE Bot source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages