I built a tool to deliver Quora pages to kindle, but since I’m the only user at the moment, its functions are still very basic:
Right now it is able to process two kinds of URLs:
- Profile page URL and its sub URLs, like https://www.quora.com/profile/Will-Wister or https://www.quora.com/profile/Will-Wister/answers/Economics
- Question/Answer page URLS, like https://www.quora.com/Is-humoristic-an-actual-word
Tech stack I’m using:
- Rails 5 + Unicorn + Sidekiq for server
- Webpack + ReactJS for UI components
- Node + Pupeteer for scraping
- Postfix for email delivery
Any feedback for bugs, features or improvements are welcomed! (quora2kindle.dev@gmail.com) I might not have tons of time outside of job to work on it, but it has been fun so far 😀
Sounds awesome, good job!