Ryan Barrett
Ryan Barrett
i actually wrote this yesterday, using the unary invert `~` operator. it's basically just sugar around `glom(target, T(...), default=None)`. example usage: ```py safe = U(obj) value = ~safe.a.b[0].c ``` implementation:...
yes. it's pretty much exactly what you asked for. :P
hey herb, glad you're interested! i'm not actively working on this. same with pretty much all open issues (mostly feature requests) without the "now" label. for this one specifically, that's...
if anyone's interested in tackling this, i've written up [comprehensive instructions on how to add a new silo to bridgy.](https://github.com/snarfed/bridgy#adding-a-new-silo) feel free to jump in!
[renewed interested in this on IRC today](https://chat.indieweb.org/dev/2019-03-07#t1551977404806100) by @aaronpk.
so, bad news, probably. [you can get comments, likes, etc from LI's Shares API](https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/network-update-social-actions#retrieve-comments-on-shares) (LI posts are called shares)... ...but [most of their APIs, including that one, are limited to...
Probably! But maintaining the scraping code for those two is a painful arms race, so I'm unlikely to do it myself. You're welcome to try if you want though! First...
Hmm, it's actually not quite that bad. The open API does let you [post videos](https://developers.tiktok.com/doc/video-kit-ios-video-kit-with-objective-c/) and get [webhook notifications](https://developers.tiktok.com/doc/webhooks-overview/) for video uploads and other events. There's also a [Business API](https://ads.tiktok.com/marketing_api/homepage)...
Thinking about this. I like it, and it would help us work around eg #911. I'm worried about one scenario, though. Say a post includes a Bridgy Publish backlink, but...
> That said, is it more of an idea/request to implicitly authenticate people if they have everything in place to publish posts? Right, this.