# RSS-processer **Repository Path**: cywang_thu/rss-processer ## Basic Information - **Project Name**: RSS-processer - **Description**: Read RSS data and classify articles with LLM. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSS Processer Read RSS data and classify articles with LLM. ## Preparations 1. Get a LLM api. Here I use Zhipu ai, you can edit the file ```ai_tools_Zhipu.py``` to support other LLM apis. 2. Make a directory named "data" in the project folder. 3. Editing ```LLM-config.json.template```, and rename it as ```LLM-config.json``` 4. Install the python dependencies by pip. After above instructions, the file structure should be like. ``` RSS-processer ├── .gitignore ├── ai_tools_Zhipu.py ├── LLM-config.json ├── ....py └── data/ └── [empty] ``` ## Usage 1. Edit ```all-categories.txt``` to set your categories. Here I use the research areas of physics. 2. Edit ```ai-assisted-rss-arXiv.py``` to edit the RSS urls and the format of RSS data. 3. Run ```ai-assisted-rss-arXiv.py``` Then the classified archives are saved under the folder ```data```