Skip to content

Vikasg7/julia_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia Bot

A basic twitch chat bot in Julia Programming Language.

How to use

  • Add your bot function in the src/Bot.jl like below:-
   function mybot(admin, sndr, args...)
      # process the args for the reply
      "@$(sndr) Reply from mybot"
   end
  • Add entry to the botFnTbl in the src/Bot.jl
   botFnTbl = Dict(
      "!weather" => weather,
      "!hi"      => hi,
      "!mybot"   => mybot
   )

About

A twitch bot in Julia Programming Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages