Hasty Briefsbeta

Feed me up, Scotty – custom RSS feed generation using CSS selectors

10 hours ago
  • #RSS
  • #automation
  • #web-scraping
  • Feed me up, Scotty! is a tool for creating RSS feeds for arbitrary websites using CSS selectors.
  • It is straightforward to set up and can run on GitHub Actions, GitLab CI/CD, or other platforms.
  • The tool uses an actual browser to fetch data, ensuring accurate results.
  • Example configurations are provided for Wikipedia and Wikivoyage, demonstrating how to specify selectors for entries, titles, and links.
  • The output is generated as XML files (e.g., funfacts.xml, wikivoyage.xml).
  • Users can learn more about configuration files and set up automatic feed generation via GitHub or GitLab.