Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OGSegu authored Jul 15, 2020
1 parent bfbdd12 commit 0d983de
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# [Twitch](https://twitch.tv) Follow Bot

This tool allows you to manipulate with follows in accounts using tokens.

# Requirements

- Java (JDK) 8 or later

# Download

You can download prebuilt binaries from [GitHub releases](https://github.com/OGSegu/TwitchTool/releases).

# Usage

Checker:

- Check accounts from default .txt file ("tokens.txt")
```bash
java -jar TwitchFollowBot.jar check
```

- Check accounts from custom .txt file
```bash
java -jar TwitchFollowBot.jar check filename.txt
```

Follower:

- Follow to channel from default .txt file ("valid.txt")
```bash
java -jar TwitchFollowBot.jar follow channelname amount
```

- Follow to channel from custom .txt file
```bash
java -jar TwitchFollowBot.jar follow filename.txt channelname amount
```

0 comments on commit 0d983de

Please sign in to comment.