Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter 影片下載工具

一個完整的 Twitter 影片下載系統,支持下載影片、抓取文章內容和創作者資訊。

🎯 功能特性

  • 📥 下載 Twitter 影片
  • 📝 抓取影片文章與文字內容
  • 👤 提取創作者資訊
  • 💾 本地 SQLite 資料庫存儲下載紀錄
  • 🖥️ Electron 桌面應用
  • 🌐 Vue/React 網頁介面(可選)

📦 項目結構

twitter-downloader/
├── backend/              # Spring Boot 後端服務
├── frontend/             # Web 前端(Vue.js/React)
├── desktop/              # Electron 桌面應用
├── docs/                 # 文檔
└── README.md

🚀 快速開始

後端 (Spring Boot)

cd backend
mvn clean install
mvn spring-boot:run

前端 (Node.js)

cd frontend
npm install
npm run dev

桌面應用 (Electron)

cd desktop
npm install
npm run dev

🗄️ 資料庫結構

本地存儲 (SQLite - Electron)

  • 下載歷史紀錄
  • 下載狀態
  • 用戶設定

後端存儲 (PostgreSQL - 可選)

  • 用戶帳號
  • 統計分析
  • 多設備同步

🔧 技術棧

後端:

  • Java 17+
  • Spring Boot 3.x
  • Spring Data JPA
  • PostgreSQL (可選)

前端:

  • Vue 3 或 React 18
  • Vite
  • TypeScript
  • Tailwind CSS

桌面:

  • Electron
  • Vue/React
  • SQLite

📝 環境配置

  1. 複製 .env.example.env
  2. 填寫相關配置
  3. 參考各子項目的 README

🤝 貢獻

歡迎提交 Issue 和 Pull Request!

📄 授權

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages