Skip to content

This is a chatops micro-framework made in golang.

License

Notifications You must be signed in to change notification settings

UjjwalAyyangar/Golem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golem

This is a chatops mico-framework made in golang. It aims in helping go-programmers write slack bots effortlessly.

Example :-


	botToken := "BOT-TOKEN"
	gitToken := "GITHUB-TOKEN"
	git.GitConnect(gitToken)
	sC, hC := make.CreateBot(botToken)
	botName := "gdgvit"
	make.AddReaction("Hello Bot", "What's up?")
	make.AddReaction("Give me GDG's official link", "https://developers.google.com/groups/")
	make.AddReaction("Thanks", "You're welcome :) ")
	make.WelcomeMessage("Welcome to our team. May the force be with you my friend")
	make.Run(botName, botToken, sC, hC)

Output :-


Sample conversation


alt text

Welcome message


alt text

Lots of features to be added, soon.

About

This is a chatops micro-framework made in golang.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages