I did it because it looks fun. There was no choice.
First, get the Token of slack. I think this article will be helpful. https://qiita.com/ykhirao/items/0d6b9f4a0cc626884dbb
Since it is organized on github, there is no problem if you see here for the basics, pull it, install the necessary library and execute it. A cohesive output.txt will appear. https://github.com/hiwatee/slack-reaction-ranking-python
The dumped json data is stored in output.txt. Reaction name: Stored as a count.
[["hoge", 2123], ["fuga", 1654], ["hunya", 1483]]
Recommended Posts