Formatted-RSS-to-Telegram/clean.py

9 lines
176 B
Python
Raw Normal View History

2021-05-26 09:32:39 +00:00
from FR2T import fr2t
if __name__ == "__main__":
config_path = "data/config.yaml"
rss_path = "data/rss.yaml"
fr = fr2t.FR2T(config_path, rss_path)
fr.purge()