Now you can convert any new article into a more fun and interesting "Onionified" article.
- First install the dependencies. We recommend yarn as a package manager
yarn- Then build the project
yarn build- And finally start the project.
OPENAI_API_KEY=... HYPERBROWSER_API_KEY=... yarn start <ARTICLE URL GOES HERE>This project requires
- HYPERBROWSER_API_KEY: Used to scrape a website for the article and convert it to markdown.
- OPENAI_API_KEY: Used to convert extracted text into the onion style article.