WillNilges / grab

Threads -> Wiki: A bot that allows you to save threads from your messaging platform to your knowledge base with a single command
GNU General Public License v3.0
2 stars 1 forks source link

[slack] Grab images and other media #1

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

I was just thinking about Slack messages, but attachments will also be useful

WillNilges commented 1 year ago

https://pkg.go.dev/github.com/slack-go/slack#Attachment

I think all we care about is ImageURL and maybe Text. I bet surrounding Text in <pre> would be sufficient.

WillNilges commented 1 year ago

Got media and text. Not sure if that's sufficient, so will leave this issue open.

WillNilges commented 1 year ago

For some reason, I saw it not get a Giphy link correctly.