Skip to content

Andruida/ReversedTwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReversedTwitch

ReversedHungary Twitch csatornáján üzemelő bot

Parancsok

  • !info, !jelszo, !jelszó

    Kiírja a meccs infókat

  • !dc, !discord

    Kiírja a Discord invite linkeket a Reversed Discord szervereihez

Beállítás

A bot a python-irc modulon alapul

pip install irc

A testreszabása a config.json fájlon keresztül történik.
Példa:

{
	"server" : "irc.chat.twitch.tv",
	"port" : 6667,
	"channel" : "#bot_name",
	"nickname" : "bot_name",
	"password" : "twitch_oauth_jelszo",
	"prefix" : "!",
	"swears" : ["káromkodások", "listája"],
	"dbip" : "localhost",
	"dbuser": "twitchbot",
	"dbname": "twitchbot",
	"dbpass": "mysqlpassword"
}

A twitch_oauth_jelszo-t a Twitch saját generátorán keresztül tudod beszerezni

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages