localslackirc
localslackirc copied to clipboard
IRC gateway for slack, running on localhost for one user
When I open my IRC client,I will often see the full backlokg appear twice, like this: ``` msg1 msg2 msg3 msg1 msg2 msg3 ``` for example I am connected to...
ty-dlp does this thing of getting the cookies it needs from the browser, so the user isn't hassled to do strange procedures to extract them. It would be cool to...
When users "share message" and add a comment, the RTM includes an "attachment" field on the message. The web client displays the text of this message, and the user sometimes...
Saving and then copying path into the irc client is a bit annoying.
``` Login in slack Traceback (most recent call last): File "/usr/bin/localslackirc", line 873, in main() File "/usr/bin/localslackirc", line 848, in main asyncio.run(irc_listener()) File "/usr/lib/python3.8/asyncio/runners.py", line 44, in run return loop.run_until_complete(main)...
``` Traceback (most recent call last): File "./irc.py", line 305, in main() File "./irc.py", line 284, in main sl_event = next(sl_events) File "/home/salvo/dev/localslackirc/slack.py", line 352, in events_iter previous=load(event['previous_message'], Message), File...
``` [11:28] Optional [11:28] s/;IntegerZ>/;Integer>/ ```
It happened that the some user mentions me in a channel I'm not, and this triggers an event to join said channel, but that happens after the message was sent,...