Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 420 Bytes

Bald-bot

NOT EVEN ALPHA STATE

This is a twitch bot written in julia. For now it can connect to a twitch channel, read messages and even send some

Usage

$ julia --project
julia> using julia_bot
julia> run_bot("path/to/config.json")

Now, open a separate terminal and connect to the repl as port 6969

ncat localhost 6969
#> join channel_name
#> say hello chat
#> ...
#> part channel_name