finaldie/auto-news

Running without GUI

stevenbaert opened this issue · 1 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.