Skip to content

potatoqualitee/twitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repo for two twitch modules. Below is a quick overview. More documentation can be found by clicking on the module directories.

To see all of the commands available, install and run:

Get-Command -Module tvbot, tvclient

Installation instructions can be found at tvclient and tvbot.

tvclient

tvclient logo

tvclient is a PowerShell client for the twitch.tv API.

 

Basic usage

Set your variables

$splat = @{
    ClientId = "abcdefh01234567ijklmop"
    Token    = "01234567fghijklmnopqrs"
}

Set-TvConfig @splat

And run your commands

Get-TvSubscriber
Get-TvFollower -Since LastStream
Get-TvUser -UserName potatoqualitee

Read more at tvclient.

tvbot

tvbot logo

tvbot is a pi-friendly PowerShell bot for twitch.tv that works on the Windows, Linux, and mac OS.

 

Basic usage

Set your variables

$splat = @{
    BotClientId = "abcdefh01234567ijklmop"
    BotToken    = "01234567fghijklmnopqrs"
    BotChannel  = "potatoqualitee"
    BotOwner    = "potatoqualitee", "afriend"
}

Set-TvConfig @splat

And start your bot

Start-TvBot

Read more at tvbot.

About

🤖 twitch.tv API client and chatbot written in PowerShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published