NEKERAFA / moon-bot

πŸ€– A twitch bot powered by Lua πŸŒ‘

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moon-bot

πŸ€– A twitch bot powered by Lua πŸŒ‘

Powered by Lua GitHub license

Dependencies

Installing dependencies

Using LuaRocks

sudo apt-get install libssl-dev
git submodule update --init
luarocks install luasocket --tree rocks
luarocks install luasec --tree rocks

Configuration

To configure this proyect, you must create a auth.lua file containing the following values:

_USERNAME = "<BOT_USERNAME>" -- The account that uses to send message
_TOKEN_AUTH = "<OATH_TOKEN>" -- The token to authenticate your bot with Twitch's servers
_CHANNEL = "<CHANNEL_NAME>" -- The Twitch channel name where you want to run the bot.

Note: Bot username and channel name may be the same. Also, many streamers choose to create another account to their bots.

About

πŸ€– A twitch bot powered by Lua πŸŒ‘

License:GNU General Public License v3.0


Languages

Language:Lua 98.4%Language:Shell 1.6%