wangkun 2 lat temu
commit
ce3db7374f
2 zmienionych plików z 87 dodań i 0 usunięć
  1. 63 0
      .gitignore
  2. 24 0
      README.md

+ 63 - 0
.gitignore

@@ -0,0 +1,63 @@
+# ---> Python
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+#  Usually these files are written by a python script from a template
+#  before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*,cover
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+.DS_Store
+.idea/
+

+ 24 - 0
README.md

@@ -0,0 +1,24 @@
+爬虫已下载视频表监控
+
+python==3.10
+
+loguru==0.6.0
+
+oss2==2.15.0
+
+requests==2.27.1
+
+urllib3==1.26.9
+
+执行入口:
+
+1.cd ./crawler_bot
+
+2.python3 ./main/run_bot.py 
+
+
+==========2022/7/06===========
+
+每隔一小时,检查一次已下载表
+
+已下载表的最新一条数据抓取时间,距当前时间超过 24 小时,则触发机器人报警,发送飞书报警消息