0.05
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This is Chatwork(chatwork.com) log exporter. This can be used also when you can not use API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

GoodbyeChatwork

This is Chatwork(chatwork.com) log exporter. This can be used also when you can not use API.

Installation

$ gem install goodbye_chatwork

Usage

show chat room list (output: room_id room_name count)

$ goodbye_chatwork -i example@example.com -p your_password
11111 chatroom1 24
11112 chatroom1 42

export specified room's chat logs (chat logs only: -e option)

$ goodbye_chatwork -i example@example.com -p your_password -e room_id

export specified room's chat logs (chat logs and attachment files: -x option)

$ goodbye_chatwork -i example@example.com -p your_password -x room_id

export all room's chat logs (chat logs only: -e option)

$ goodbye_chatwork -i example@example.com -p your_password -e all

export all room's chat logs (chat logs and attachment files: -x option)

$ goodbye_chatwork -i example@example.com -p your_password -x all

Information

Copyright (c) 2014 swdyh MIT License https://github.com/swdyh/goodbye_chatwork