This repo is a collection of files for you to use in your applications.
- A mapping of
gameId: gameNames - the Game IDs table in JSON form - A mapping of
emojiId: emojis - a flattened version of the publicly-accessibleStockReactions.jsfile 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.jsonand runStockReactions-parse.pywith Python. It will create or overwritereactions.jsonin 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.