Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Can we use Slack on Vim?
Search
higashi
November 03, 2019
360
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Can we use Slack on Vim?
I announced this slide in VimConf 2019 LT session.
higashi
November 03, 2019
More Decks by higashi
See All by higashi
Neovim × リアルタイムチャット
higashi000
1
200
Go! Go! WebAssembly!!
higashi000
0
91
VimでSlackがしたい
higashi000
0
1k
Featured
See All Featured
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
230
Skip the Path - Find Your Career Trail
mkilby
1
220
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
400
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
3k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
230
VelocityConf: Rendering Performance Case Studies
addyosmani
331
25k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
120
120k
Fireside Chat
paigeccino
42
4k
Become a Pro
speakerdeck
PRO
31
6.2k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Darren the Foodie - Storyboard
khoart
PRO
3
3.9k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
74
42k
Transcript
Can we use Slack on Vim? in VimConf 2019 LT
Session @higashi136_2
My Profile Name : higashi Usually : Student in Okinawa
Favorite Language : VimScript, Dlang, Golang Like : Vim, Linux GitHub : higashi000 Twitter : @higashi136_2
Do you want to use Slack on Vim?
Yes!!
If we can use Slack on Vim... ・Post message from
Vim ・Check channel history from Vim ・Registration reminder from Vim etc...
Let’s Implementation ・higashi000/sarahck.vim ・higashi000/sleahck ・higashi000/sleahck.vim
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
Implementation on Python ・Use requests module and Vim module ・User
must install the modules →
Implementation on Python ・Use requests module and Vim module ・User
must install the modules →Can I not implement it only in VimScript?
Implementation on webapi-vim ・Use mattn/webapi-vim ・User only needed to install
Vim Plugin →
Implementation on webapi-vim ・Use mattn/webapi-vim ・User only needed to install
Vim Plugin →higashi000/sarahck.vim
Post message from sarahck.vim
Check Channel List and History from sarahck.vim
Isssue ・Delay until message display
Isssue ・Delay until message display I want to display it
earlier
Before HTTP requests Response GET /api/channels.history {“ok”:true}
Proposal local cache server {“ok”:true} Response GET Request to Channel
History Request cache Return cache
Implemented ・higashi000/sleahck ・higashi000/sleahck.vim
higashi000/sleahck ・”sleahck” implemented in Golang ・Use gin-gonic/gin and nlopes/slack ・Update
messages every 1minute
higashi000/sleahck.vim ・”sleahck.vim” implemented in VimScript and mattn/webapi-vim ・Reference of local
cache from Vim ・A function in sarahck.vim formerly →
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.
Check Channel List and History from sleahck.vim
Summary Can we use Slack on Vim? →
Summary Can we use Slack on Vim? →Yes!!
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
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
Thank you for listening to my LT!!