Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 748 Bytes

File metadata and controls

37 lines (25 loc) · 748 Bytes

MassTwitch

This library allows you to manipulate with huge amount of accounts.

Requirements

  • Java (JDK) 8 or later

Download

You can download prebuilt binaries from GitHub releases.

Usage

Checker:

  • Check accounts from default .txt file ("tokens.txt")
java -jar TwitchFollowBot.jar check
  • Check accounts from custom .txt file
java -jar TwitchFollowBot.jar check filename.txt

Follower:

  • Follow to channel from default .txt file ("valid.txt")
java -jar TwitchFollowBot.jar follow channelname amount
  • Follow to channel from custom .txt file
java -jar TwitchFollowBot.jar follow filename.txt channelname amount