TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Listicle Club – Convert Any Blog to an X Listicle

3 点作者 nevodavid10超过 1 年前
I have been working on this project for quite a while. Here is what is happening in the background:<p>- Scraping the entire page content, run it with ChatGPT to test if it can be converted into a listicle.<p>- Send the job into the queue.<p>- Scrape the entire page again, and pass it to LangChain with ChatGPT to create a formatted JSON of name, description, features, and URL.<p>- Iterate over all the URL, take a screenshot with Puppeteer, and send it to Remotion to make a video.<p>- Craft the main post of the thread using all the other posts<p>- Save everything to a serverless Postgres and present it.<p>This works over serverless so that it can scale (I didn&#x27;t want to work with scaling servers)<p>Here is an example Original blog: <a href="https:&#x2F;&#x2F;links.github20k.com&#x2F;blog" rel="nofollow noreferrer">https:&#x2F;&#x2F;links.github20k.com&#x2F;blog</a><p>Thread: <a href="https:&#x2F;&#x2F;listicle.club&#x2F;preview&#x2F;U2FsdGVkX189pQBKMKMvQwOQSrvVRNYE8kngv00pNeU%3D" rel="nofollow noreferrer">https:&#x2F;&#x2F;listicle.club&#x2F;preview&#x2F;U2FsdGVkX189pQBKMKMvQwOQSrvVRN...</a><p>I still need to work on the post size. Sometimes it passes 280 chars. Thinking about waiting for gpt-4-32k; hopefully, the results will be much better.<p>Let me know what you think!

1 comment

rapnie超过 1 年前
I&#x27;d add a Step 0: Check our Privacy policy.