Skip to content

rluba/twitch_buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Buddy

A simple Twitch chat bot programmed in Jai.

It uses twitch_irc and uniform, so make sure you clone this repository with submodules.

Compile via jai -import_dir modules buddi.jai.

Credentials

Twitch Buddy expects a file ".twitch_buddy_credentials" in your home directory that contains the following

<username>
#<channel_name>
<client_id>
<client_secret> #Optional
<oauth_access_token>
<oauth_refresh_token> #Optional

Getting an OAuth token

Using the Twitch CLI:

twitch token -u -s 'chat:read chat:edit channel:moderate whispers:read whispers:edit'

About

A very simple chat bot written in Jai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published