Skip to content

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

License

Notifications You must be signed in to change notification settings

OGSegu/MassTwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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