finaldie / auto-news

A personal news aggregator to pull information from multi-sources + LLM (ChatGPT/Gemini/Ollama via LangChain) to help us reading efficiently with less noises, the sources including: Tweets, RSS, YouTube, Web Articles, Reddit, and personal Journal notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running without GUI

stevenbaert opened this issue · comments

Hi,

Love your project. Would like to run it without interface, just Python based to better understand and maybe build extra features upon it. Can you advise howto do this?

Thanks,
S

hi @stevenbaert

Thanks for loving the project. If I understand correctly, you want to kick off the functionality without airflow, which would bypass the airflow Web UI.

If so, suggest calling the entry methods like calling them from airflow DAG, For example, if we want to kick off the news pulling feature:

Hope above helps, and let me know if anything not clear.