optar/main.py

4 lines
116 B
Python

from src.Watcher import Watcher
if __name__ == "__main__":
Watcher("./sites.txt", "./keywords.txt").watch(3600)