gregsadetsky / rctv

https://rctv.recurse.com
4 stars 2 forks source link

shower thought: get access to zulip-uploaded images #2

Open gregsadetsky opened 1 year ago

gregsadetsky commented 1 year ago

so that /rctv bot can be called:

/img ....somemarkdown-with-an-image....

right now, the problems are: 1) it's markdown, not a url, 2) the path is local not absolute (that's fine) 3) the path is actually not accessible while not logged into zulip.... any way to get access to the file itself? via the api? I couldn't find the docs for that