This repository started as a collection of daily crawlers (commodities, crypto, FX, news, etc.).
The next goal is to evolve from data collection → data insight → data product.
Upgrade current crawlers by adding analysis and value extraction.
- Price anomaly detection (e.g. Z-score, moving average)
- Cross-market correlation (Crypto vs Commodities vs FX)
- Volatility tracking
- Sentiment analysis on news
- Topic classification (e.g. finance, politics, tech)
- Correlate news sentiment with market movements
👉 Goal: Transform raw data into meaningful signals
Introduce Taiwan/local datasets to build more practical applications.
- Real estate transaction data
- Rental listings (e.g. 591)
- Restaurant reviews / ratings
- Weather & air quality
- Fuel / electricity prices
- Taipei rental price heatmap
- Coffee shop price vs rating analysis (extend
coffeemap) - Cost of living tracker
👉 Goal: Build relatable and user-centric datasets
Extend structured datasets like judicial data into deeper analysis.
- Case classification (fraud, labor dispute, etc.)
- Sentencing statistics
- Keyword-based legal search
👉 Goal: Build high-value, structured datasets with analytical depth
Create practical tools that can evolve into products.
- E-commerce platforms (PChome, momo, Shopee)
- Game platforms (Steam)
- International platforms (Amazon)
- Historical price tracking
- Price drop alerts (Telegram / Discord bot)
- Trend visualization
👉 Goal: Turn crawlers into useful services
Build fun, dynamic datasets for exploration and visualization.
- Steam trending games
- YouTube trending videos
- Netflix / anime rankings
- Trend change tracking
- Viral growth analysis
- Popularity prediction
👉 Goal: Make data exploration engaging and visual
Upgrade the system architecture for scalability and real-time processing.
- WebSocket-based data ingestion (crypto, stock prices)
- Live dashboards
- Task orchestration (Airflow / Prefect)
- Streaming systems (Kafka)
- News summarization (LLM)
- Sentiment analysis automation
- Daily report generation
👉 Goal: Move toward production-grade data systems
High-impact projects combining multiple components:
-
News + Market Intelligence System
- News sentiment → market movement analysis
-
Taiwan Rental & Housing Analytics Platform
- Rental trends, heatmaps, affordability metrics
-
Smart Price Tracker with Alerts
- Multi-platform price monitoring + notification system
- Build a unified data platform
- Provide APIs for all datasets
- Develop dashboards for visualization
- Turn selected modules into standalone products
- Crawling: Python (requests, Selenium, Playwright)
- Data Processing: Pandas / Polars
- Storage: PostgreSQL / MongoDB
- Scheduling: Cron / Airflow
- Backend: FastAPI
- Visualization: Streamlit / Frontend framework
- Notification: Telegram Bot API
- Start from existing crawlers
- Add analysis layer
- Build APIs
- Add visualization
- Integrate into unified system