Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
/ MeowBot3 Public archive

It's new version of my java bot for Twitch (supports newest twitch api 2019)

License

Notifications You must be signed in to change notification settings

Riverxik/MeowBot3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java bot for Twitch - MeowBot :3

Description

Chat-bot for twitch which includes a lot of custom features.

Master Develop Code Quality
Build Status Build Status Codacy Badge

Installation

Bot isn't complete for now. I'm still developing it. You can try it already - just compile and run :)

Quick start

  • Start a bot with start.bat:
@java -jar meowbot-1.0-SNAPSHOT-jar-with-dependencies.jar
  • Change config.json
{ 
  "admin": "PutYourNickNameHere",
  "tokens": {
      "chatToken": "PutYoursHere",
      "clientAppId": "PutYoursHere",
      "clientAppSecret": "PutYoursHere"
  }
}

Used libraries

  • Twitch4j - The core of twitch: @twitch4j
  • SQLite - I use this library for work with database

Features

With this bot you can manage your twitch chat!

  • Supports any number of channels.
  • Currency system.
  • Quote system.
  • Duel system.
  • Custom commands for any channel (For any wanted group: viewers, mods, subscribers).
  • Aliases for any commands.
  • Bet system: play bets, win prize, make your channel chat more active! :>
  • Chat notifications: when stream goes live, sub/resub event, cheers, raids.
  • Statistic for your stream.

License


MIT Free Software, Hell Yeah!

About

It's new version of my java bot for Twitch (supports newest twitch api 2019)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages