dudarev / coartintator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple Command File Interface (CFI) demo for managing and working with feeds in Markdown files.

Current Features

  • Crawl feeds and update their posts
  • Download posts from feeds when placed into Download section
  • Create summaries of posts with SUM command

See User Stories for more details.

Current Implementation

  • Feeds - YouTube channels
  • SUM command with Anthropic's Haiku model to create summaries

See Future Plans.

Usage

Place feeds files in feeds/ directory. Specify feed URL in the front matter of the file, for example:

---
feed_url: https://www.youtube.com/@anthropic-ai
type: feed
---

Use c command to crawl the feeds.

Move posts you want to download to Download section. Run c command again. Posts are created in posts/ directory.

Use SUM command in a post to create a summary. Run c command again. Find the summaries in summaries/ directory.

About


Languages

Language:Python 99.7%Language:Makefile 0.3%