Skip to content

mtakuya/gauche-twig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
    This is Gauche module twig.

VERSION
    0.0.2

INSTALLATION
    1. twig.scm add copy to *load-path* directory.

SYNOPSIS
    ;;Update status
    (use twig)
    (define user "USER")
    (define pass "PASS")
    (define twitter-client (twig:make-client user pass))
    ((twitter-client :tweet!) "twig")

NOTES
    * Gauche-0.8.13
    * only one proc(update status)

AUTHOR
    Takuya Mannami <[email protected]>

About

Gauche module - Twitter client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages