Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Can we use Slack on Vim?

higashi
November 03, 2019
190

Can we use Slack on Vim?

I announced this slide in VimConf 2019 LT session.

higashi

November 03, 2019
Tweet

Transcript

  1. My Profile Name : higashi Usually : Student in Okinawa

    Favorite Language : VimScript, Dlang, Golang Like : Vim, Linux GitHub : higashi000 Twitter : @higashi136_2
  2. If we can use Slack on Vim... ・Post message from

    Vim ・Check channel history from Vim ・Registration reminder from Vim etc...
  3. How to use Slack on Vim ・Slack API ・Slack Legacy

    Token ・HTTP requests using Python or Ruby or etc… ・HTTP requests using webapi-vim created by Mr.mattn
  4. Implementation on Python ・Use requests module and Vim module ・User

    must install the modules →Can I not implement it only in VimScript?
  5. higashi000/sleahck.vim ・”sleahck.vim” implemented in  VimScript and mattn/webapi-vim ・Reference of local

    cache from Vim ・A function in sarahck.vim formerly → Structure is different, separated from sarahck.vim.
  6. Summary But, I can’t display the images due to my

    lack of my knowledge Either cannot display reaction and cannot enter and leave the channel
  7. Summary But, I can’t display the images due to my

    lack of my knowledge Either cannot display reaction and cannot enter and leave the channel Future task