This repository has been archived on 2024-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
Douyin_Web_Live/main.py
2021-11-30 16:41:23 +08:00

8 lines
163 B
Python

from scripts import watcher, webdriver
if __name__ == '__main__':
webdriver.lunch()
w = watcher.Watcher(directory='/Users/geng/douyin_live')
w.run()