Formatted-RSS-to-Telegram/main.py
Apocalypsor c5e61ee01e Update
2021-05-26 17:32:39 +08:00

9 lines
174 B
Python

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.run()