Skip to content

takeshi0406/rChatwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rChatwork

chatwork library for R

Installation

library(devtools)
install_github("takeshi0406/rChatwork")

Usage

refer api document. http://developer.chatwork.com/

only two method was implemented.

library(rChatwork)

client <- rChatwork::chatworkClient$new('your access token')

# post message to room 12345
client$post_messages(message = 'hello chatwork!', room_id = 12345)

# get 100 message from 12345
client$get_messages(room_id = 12345, force = TRUE)

About

chatwork library for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages