This repo is a collection of files for you to use in your applications.
- A mapping of
gameId: gameName
s - the Game IDs table in JSON form - A mapping of
emojiId: emoji
s - a flattened version of the publicly-accessibleStockReactions.js
file provided to clients.- If you want a smaller file and do not need image URLs, see reactions-stripped.json instead.
- If you want to parse this file for yourself, create a
StockReactions-raw.json
and runStockReactions-parse.py
with Python. It will create or overwritereactions.json
in the current working directory.
The Unofficial API server is a great place for library and bot developers to hang out and chat. It's also a great starting point for those looking to dive in and learn bot-creation with the API.