Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hacker news support: publish, backfeed #693

Open
snarfed opened this issue Aug 13, 2016 · 7 comments
Open

hacker news support: publish, backfeed #693

snarfed opened this issue Aug 13, 2016 · 7 comments
Labels

Comments

@snarfed
Copy link
Owner

snarfed commented Aug 13, 2016

mentioned on irc today by @sknebel, @gkbrk, and @chrisaldrich, along with #505.

@snarfed
Copy link
Owner Author

snarfed commented Aug 13, 2016

API docs. i didn't see votes, but otherwise looks pretty complete.

@snarfed
Copy link
Owner Author

snarfed commented Jan 31, 2022

@sknebel raised a fascinating idea in chat today: HN has a public firehose, so we could do this service-wide, for the entire site, without needing individual users to auth Bridgy into their accounts. Might be a candidate for https://snarfed.org/backfeed-without-code ?

@snarfed
Copy link
Owner Author

snarfed commented Jan 31, 2022

Also reminds me of #420 and https://telegraph.p3k.io/superfeedr

@sknebel
Copy link
Contributor

sknebel commented Jan 31, 2022

https://github.com/hnrss/hnrss/ could be useful for this (both for a backfeed-without-code and to base bridgy code on - they also have an older python implementation)

@snarfed
Copy link
Owner Author

snarfed commented Dec 28, 2022

@sknebel raised a fascinating idea in chat today: HN has a public firehose, so we could do this service-wide, for the entire site, without needing individual users to auth Bridgy into their accounts.

I did this in https://github.com/snarfed/hackermention ! Quick and dirty, very hacky, didn't fully finish or document or write it up. I have the API consuming code and conversion there though, should help if/when anyone wants to try adding this to Bridgy and granary.

@snarfed
Copy link
Owner Author

snarfed commented Dec 28, 2022

One catch: Hacker News doesn't do OAuth, so we'd need to use IndieAuth. Which is fine, we already use it for the FB/Instagram browser extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
@snarfed @sknebel and others