Open sardaukar opened 5 years ago
Ahh I did not realise that API had deprecated! It should be possible, I'll look into it a little later this week when I have time
It looks like one of Feedbin's maintainers is already working on it upstream.
Feedbin does indeed use the open-source Mercury project. I'm running it as a separate service since it's a Node.js app. That's also open-source.
I'm thinking of spinning up a AWS Lambda function for it, but it's suboptimal. https://github.com/mahboubii/serverless-mercury-parser
@benubois does your EXTRACT_HOST solution, work right now? What is the EXTRACT_SECRET there?
I'm asking because I use this docker container to run mercury locally for my tt-rss instance.
The way it works right now is pretty straightforward. The following just works on my local instance, without any keys/secret -
http://192.168.194.5:3000/parser?url=https://lithub.com/my-year-of-writing-anonymously/
Hi @nitinthewiz,
does your EXTRACT_HOST solution, work right now?
Yes! That's what Feedbin uses.
What is the EXTRACT_SECRET there?
That's the secret key to create signed-urls. The readme explains how it works.
The way it works right now is pretty straightforward. The following just works on my local instance, without any keys/secret
OK, sounds like you're all set then.
Excellent! Thanks!
They don't see to give out keys anymore.