whoismh11 / twitch-bot

GAMEGG Twitch bot

Home Page:https://gamegg.ir/topic/308-twitch-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch Bot

GAMEGG Twitch robot (simple).

How to use

  1. First, download and install the Node.js.
  2. Go to the bot folder and open the bot.js file with Notepad and enter your desired details instead of the three parts BOT_USERNAME, OAUTH_TOKEN and CHANNEL_NAME and save the changes.
  • BOT_USERNAME: Username of the bot account (you can introduce your account and the bot will send a message on your behalf or create a new account for your bot).
  • OAUTH_TOKEN: You must get and enter this token from this link.
  • CHANNEL_NAME: You must enter your channel name instead (for example gamegg_ir).
  1. Go to the bot folder, then hold down the "Shift" key and "right-click" on the empty space inside the folder and select open command window here or open PowerShell window here (you can also reach the bot folder using cmd and cd command).
  2. In the window that opens, type this text and press enter: node bot.js
  3. If the message connected is displayed, your bot is successfully online and usable.
  • To add, delete or edit bot commands, go to the // Called every time a message comes in section in the bot.js file and apply the commands you want.

Contribution

About

GAMEGG Twitch bot

https://gamegg.ir/topic/308-twitch-bot

License:MIT License


Languages

Language:JavaScript 100.0%