pharaun / Karmator

Rust bot that works on IRC and Slack for tracking karma (upvotes/downvotes...)
BSD 3-Clause "New" or "Revised" License
17 stars 0 forks source link

Slack API is a bit inconsistent. #147

Open pharaun opened 6 years ago

pharaun commented 6 years ago

Seems like if the messaging is too rich for the RTM api we need to fall back to chat.postMessage web api.

However it seems like the token i get for the RTM api will also work for the web api. So look into implmenting/creating some logic in the bot-net stack to delegate to chat.postMessage when needed for richer data.

pharaun commented 3 years ago

Still a thing.