aaronpk / Slack-IRC-Gateway

Bridge Slack rooms to IRC channels
Other
34 stars 6 forks source link

Use the slack RTM API in order to prevent lag between IRC and Slack #8

Closed EdwardHinkle closed 1 year ago

EdwardHinkle commented 6 years ago

Using the RTM API will allow for the messaging between IRC and Slack to be more prioritized when Slack is having delays

aaronpk commented 6 years ago

This will also make #2 possible

EdwardHinkle commented 6 years ago

Notes for development:

Reference: https://github.com/aaronpk/TikTokBot#profile-data Profile Data should be fetched from the microformats on the /irc-people page

aaronpk commented 1 year ago

Closing since we switched to the new Events API now.