Skip to content

A quasi-complete Zulip API wrapper written in Chicken Scheme. Just for the Lulz.

License

Notifications You must be signed in to change notification settings

yamadapc/zulip-scheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zulip-scheme

A quasi-complete Zulip API wrapper written in Chicken Scheme. Just for the Lulz. Only the functions for sending messages are wrapped.

Example

(define my-conn (simple-conn "scheme-bot@students.hackerschool.com" "scheme-bot-key"))

(zulip-private-message my-conn
                       "Hey there, I'm written in Scheme... Hahahaha"
                       '("some-cool-user@google.com"))

License

This code is licensed under the MIT license for Pedro Tacla Yamada. Please refer to the LICENSE file for more information.

Donations

Would you like to buy me a beer? Send bitcoin to 3JjxJydvoJjTrhLL86LGMc8cNB16pTAF3y

About

A quasi-complete Zulip API wrapper written in Chicken Scheme. Just for the Lulz.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages