Update time: 2025-08-13
This project is designed to automatically scrape the latest anime data and deploy it to GitHub Pages / GitHub API, allowing users to retrieve updated anime information via HTTP requests. The data is sourced from public anime websites(動漫瘋), regularly updated through a web crawler, and provided in JSON format.
Anime data api: https://ckexun.github.io/Anime_Data_API/
- 巴哈姆特動畫瘋: https://ani.gamer.com.tw/
pip install -r requirements.txt
python anime.py- Automated Data Scraping: Uses Python to scrape anime information from public sources.
- Data Cleaning & Formatting: Converts raw HTML data into structured JSON format.
- GitHub Deployment: Automatically updates and publishes the latest data via GitHub Actions.
- API Access: JSON file can be accessed directly as an API.