This project provides a simple way to manage and validate RSS links, and convert them to OPML format.
English | 简体中文
- Store and manage RSS links
- Validate RSS link effectiveness
- Convert RSS links to OPML format
-
Fork this project to your GitHub account.
-
Edit the
rss_links.csv
file:- Add new RSS links
- Specify categories and names for each link
-
Run the
sensing.py
script to validate the RSS links:- python sensing.py
- Note: The current validation accuracy may need further improvement.
-
Use the
convert.py
script to convert the CSV file to OPML format:- python convert.py
rss_links.csv
: CSV file storing RSS links and their related informationsensing.py
: Python script for validating RSS link effectivenessconvert.py
: Python script for converting CSV file to OPML format
Issue reports and improvement suggestions are welcome. If you want to contribute code, please fork this project and submit a pull request.