swdyh / goodbye_chatwork

Chatwork(chatwork.com) log downloader
MIT License
67 stars 24 forks source link

Corresponding to new chatwork page document #8

Closed hirokishirai closed 7 years ago

hirokishirai commented 7 years ago

ChatWork seems to change some lines declaring variables. from

var ACCESS_TOKEN = '**************************';
var myid = '*******';

to

var ACCESS_TOKEN               = '**************************';
var myid                       = '*******';

I changed the regular expression for new ChatWork document. Please refer to #7 RuntimeError no token.

hirokishirai commented 7 years ago

@swdyh Hi, please check this PR. thanks.

swdyh commented 7 years ago

@hirokishirai Thank you for your PR. :octocat: