An application where you can view/compare news. Oh and it also checks for bad content :D https://yhw.tw/news?forward=tools
Find a file
2025-05-20 09:33:26 +08:00
.github/workflows Fix some issues of the Github Auto build docker image. 2025-05-18 16:14:48 +08:00
components Add a tools home page & update the json file with a bunch of ewww words 2025-05-20 09:33:26 +08:00
database Add a tools home page & update the json file with a bunch of ewww words 2025-05-20 09:33:26 +08:00
i18n Make the news View working via the tty interface, and made some more 2025-05-18 13:12:39 +08:00
layouts It's so bad that it works... AI: feat: update environment variables in .env.example; enhance chatbot and hotnews components; improve sources layout and image handling; add new logo assets 2025-05-13 15:47:02 +08:00
lib feat: update footer link formatting and add shadcn-nuxt integration 2025-05-08 20:48:51 +08:00
pages Add a tools home page & update the json file with a bunch of ewww words 2025-05-20 09:33:26 +08:00
public Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
scraping Mainly make the python code to make it javascript for nuxt to access. 2025-05-18 09:28:08 +08:00
server Add a tools home page & update the json file with a bunch of ewww words 2025-05-20 09:33:26 +08:00
styles feat: update environment setup scripts and enhance animation styles 2025-05-11 16:48:29 +08:00
.dockerignore Jsut testing in prod :( 2025-05-09 23:02:01 +08:00
.env.example It's so bad that it works... AI: feat: update environment variables in .env.example; enhance chatbot and hotnews components; improve sources layout and image handling; add new logo assets 2025-05-13 15:47:02 +08:00
.gitignore Made the line_today.py kinda work ig. But I have no idea how can I run 2025-05-17 23:31:55 +08:00
.prettierignore still broken chatbot. 2025-05-13 23:09:11 +08:00
app.vue After a few hours debugging css, It finally looks really good, like xfce :D 2025-05-11 16:32:10 +08:00
bun.lock Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
clone-env.ps1 feat: update environment setup scripts and enhance animation styles 2025-05-11 16:48:29 +08:00
clone-env.sh feat: enhance UI components and add accordion functionality 2025-05-13 09:40:37 +08:00
CODE_OF_CONDUCT.md Fix the code of conduct file name 2025-05-16 23:39:15 +08:00
components.json feat: update footer link formatting and add shadcn-nuxt integration 2025-05-08 20:48:51 +08:00
content.config.ts Test docs & made the default windows size to be bigger. 2025-05-19 01:01:26 +08:00
createDatabase.ts Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
design.pdf Refactor code structure for improved readability and maintainability 2025-05-13 20:43:39 +08:00
docker-compose.yml Nuke checks 2025-05-19 23:17:04 +08:00
Dockerfile In the end, the server's main drive "/" is used up to 100%... 2025-05-15 11:48:07 +08:00
error.vue feat: enhance UI components and add accordion functionality 2025-05-13 09:40:37 +08:00
LICENSE Add a login wall on a few windows, but still no auth / login logic 2025-05-17 20:50:23 +08:00
nginx.conf Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
nuxt.config.ts Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
package.json Learn some basic algorithms via 2025-05-19 13:59:10 +08:00
prettier.config.js still broken chatbot. 2025-05-13 23:09:11 +08:00
README.md Made some tools for basic users & also may or may not added a bunch of 2025-05-19 22:59:55 +08:00
sentry.client.config.ts feat: integrate Sentry for error tracking and performance monitoring 2025-05-11 14:40:22 +08:00
sentry.server.config.ts feat: integrate Sentry for error tracking and performance monitoring 2025-05-11 14:40:22 +08:00
tailwind.config.js Refactor API endpoints to use cached data and update Code of Conduct to Contributor Covenant 2025-05-14 18:52:14 +08:00
tsconfig.json Init 2025-05-06 09:19:48 +08:00

新聞解析 / News Analyze

App Design: PDF Document

Why?

我們使用這個新聞來舉例:

朱立倫批政府像希特勒德國在台協會:不應為政治扭曲歷史| 政治 - 中央社 CNA
5/7/2025, 11:17:00 PM
類似新聞:
  - 朱立倫批政府像希特勒德國在台協會:不應為政治扭曲歷史| 政治 - 中央社 CNA
  - 快訊/硬起來!朱立倫回擊德國在台協會:外國政府不該干預各國內政 - 富房網
  - 綠委憂希特勒說釀災 外交部:全力向駐台館處說明 - 經濟日報
  - 「朱立倫道歉」!亂比喻遭德國、以色列譴責 民進黨:賠上台灣國際名譽 - 奇摩新聞
  - 洪聖斐觀點》獨裁餘毒罵人「法西斯」 朱立倫東施效顰共產黨| 政治 - Newtalk新聞

你會看到許多觀點,但不知道這些新聞為什麼會寫比較偏見的文章。

Inspired by

  • puter.com
  • Perplexity
  • Ground.news
  • 台灣新聞
  • Threads
  • xfce's Desktop Interface
  • juice website
  • MacOS
  • Windows XP style X - UI
  • Ghostty
  • Some random chat app embeded to most business websites
  • Treble's cool card effect (but not quite yet)

Stack:

  • Postgres
  • Tailwind
  • Nuxt
  • Animate.css
  • GSAP
  • Minio S3
  • Nuxt i18n
  • BunJS
  • Groq
  • Custom Infra
  • Python
  • BeautifulSoup4
  • uv

Folder Structure

├── .github/
│   └── workflows/
├── components/
│   ├── app/
│   │   └── newsOrgAbout/
│   └── ui/
├── i18n/
├── layouts/
├── lib/
├── pages/
│   └── app/
├── public/
├── scraping/
├── server/
│   ├── api/
│   │   └── objectstorage/
│   ├── components/
│   └── routes/
├── styles/
├── app.vue
├── createDatabase.ts
├── nuxt.config.ts
├── package.json
├── tailwind.config.js
└── tsconfig.json

如何執行

  1. First, rename .env.example to .env and fill in the blanks.
  2. Run bun install to install dependencies.
  3. Run bun run createDatabase to create the database.
  4. Run ps1 clone-env.ps1 or bash clone-env.sh to clone the .env file to the scraping folder.
  5. Run bun run build to build the project.
  6. Run bun run preview to start the preview server.
  7. Open http://localhost:3000 in your browser.

For scaping

First, Run ps1 clone-env.ps1 or bash clone-env.sh to clone the .env file to the scraping folder, then cd into the scraping folder. Run python main.py to start scraping in Google News.

有問題? Got questions?

Use this form: https://yhw.tw/SaBta