back to home

bimzcy / rank4douban

CC, MOC, FIB, all kinds of billboard that connect the item title with douban ID.

104 stars
10 forks
0 issues
Python

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing bimzcy/rank4douban in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/bimzcy/rank4douban)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

rank4douban IMDb, CC, MOC, FIB, all kinds of billboard that connect the item title with douban ID. All rank list • See Assigned Snippets in CSV file 00_snippets.csv • Un Assigned: • Douban TOP 250 : 99_douban_top250.csv How to build rank list • upload rank data file like in dir. • The file name MUST obey the regexr rule and is a csv file. • The csv file MUST have headers and the first row must be or , and with a row named . • Assign rank list data in with those information. | Name | Descr | Sample | | -------------|:--------------:|:--------------:| | file | The name of csv file | | | title | The title of rank list | | | short_title | The short title of rank list | | | href | The homepage url of rank list | | | other | The other key you want to assign in json file,the format like | | • If the rank list want to update automatically (By GitHub Action), you MUST write update function in • Run those Python3 script.