[PYTHON] Get 1000 posts in order of posting from all Slack channels and rank emoji reactions

Why did you decide to do it

I did it because it looks fun. There was no choice.

procedure

First, get the Token of slack. I think this article will be helpful. https://qiita.com/ykhirao/items/0d6b9f4a0cc626884dbb

code

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

output method

The dumped json data is stored in output.txt. Reaction name: Stored as a count.

[["hoge", 2123], ["fuga", 1654], ["hunya", 1483]]

Recommended Posts

Get 1000 posts in order of posting from all Slack channels and rank emoji reactions
Get 1000 posts in Python order from all Slack channels and put them together in a txt file
Get information from the Japan Meteorological Agency and notify Slack of weather warnings in the 23 wards of Tokyo
[python] Get the rank of the values in List in ascending / descending order
Get custom emoji registered in slack
Get a participant's username and screen name in Slack
I want to get rid of import warnings from Pyright and pylint in VS Code