Skip to content

joaopedroaa/pedebot-twitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pedebot

version fork

Install

  1. Clone the repository
  2. Install modules with yarn install or npm install

Config

  1. Create a file named .env
  2. Get your oauth here
  3. Configure .env file
BOT_USERNAME=yourBotName
OAUTH_TOKEN=yourOauth
CHANNEL_NAME=yourChannelName
  1. Configure config.json file
{
  "commands": {
    "twitter":    ["twitter.com",                       "Twitter link"  ],
    "instagram":  ["instagram.com",                     "Instagram link"],
    "git":        ["github.com/joaopedroaats",          "Git link"  ,{
        "bot":      "github.com/joaopedroaats/pedebot-twitch",
        "dotfiles": "github.com/joaopedroaats/dotfiles",
        "dots":     "github.com/joaopedroaats/dotfiles"
    }]
  },
  "specialKey": "!"
}

// user: !twitter
// bot:  twitter.com

Docs