RssToSkillConverter

UMLClass
Skill Seekers :: skill_seekers :: Scrapers :: RssToSkillConverter

Description

Converts RSS/Atom feeds into AI skill format. Parses feeds via feedparser, optionally follows article links to scrape full content, extracts categories and date ranges. Source: rss_scraper.py

Generalized Elements

Attributes

Visibility Name Type Description
private config dict
private name str
private feed_url str
private follow_links bool
private max_articles int
private extracted_data dict | None

Operations

Visibility Name Description
public extract_feed()
public load_extracted_data()
public categorize_content()
public build_skill()

Properties

Name Value
name RssToSkillConverter
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
isActive false

Dependants

Relationships

Owned Elements

Diagrams