knuxify / fxtumblr

Make Tumblr embeds on other websites way better. Like TwitFix/fxtwitter, but for Tumblr.
https://tpmblr.com
MIT License
16 stars 2 forks source link

Add support for polls #4

Closed knuxify closed 1 year ago

knuxify commented 1 year ago

This isn't as simple as it sounds - Tumblr carries almost no data about polls in the post itself (except for in NPF - but I've already evaluated it, see #7). There's some data in the content_raw variable, which would give us the poll ID used to interact with the API.

There is a polls API, but it's completely undocumented and subject to change. Still, probably better than having to scrape the website?

knuxify commented 1 year ago

81305244b218417b50ebdf3193fe72b7758a61d2 adds basic poll support, but doesn't show poll results; this is yet to be investigated.