From c285a7c40e7c7ca77732d98731ffcb82ca9b49d4 Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:22:51 +0800 Subject: [PATCH] Add files via upload --- .github/workflows/IP采集.yml备 | 54 +++++++++++++++++++++++++++++++++ .github/workflows/epg获取.yml备 | 49 ++++++++++++++++++++++++++++++ .github/workflows/采集.yml | 49 ++++++++++++++++++++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 .github/workflows/IP采集.yml备 create mode 100644 .github/workflows/epg获取.yml备 create mode 100644 .github/workflows/采集.yml diff --git a/.github/workflows/IP采集.yml备 b/.github/workflows/IP采集.yml备 new file mode 100644 index 0000000..b3dc968 --- /dev/null +++ b/.github/workflows/IP采集.yml备 @@ -0,0 +1,54 @@ + +name: 组播ip采集 + +on: + schedule: + - cron: '1 */12 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + workflow_dispatch: + 分支: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + + - name: Install dependencies + run: pip install selenium requests futures eventlet + - name: Install dependencies + run: pip install opencv-python requests + - name: Install dependencies + run: pip install Beautifulsoup4 requests + - name: Install dependencies + run: pip install translate requests + - name: Install dependencies + run: pip install ffmpy + - name: Install dependencies + run: pip install termcolor + - name: Install dependencies + run: pip install func_timeout + - name: Install dependencies + run: pip install replace + + + - name: Run iptv + run: python ${{ github.workspace }}/组播py/#采集.py + - name: Commit results + run: | + git config --local user.email "actions@github.com" + git config --local user.name "GitHub Action" + if [ -n "$(git status --porcelain)" ]; then + git add *.txt #*.m3u + git commit -m "Automatic update" + git push + else + echo "No changes detected, skipping commit." + fi diff --git a/.github/workflows/epg获取.yml备 b/.github/workflows/epg获取.yml备 new file mode 100644 index 0000000..55eded7 --- /dev/null +++ b/.github/workflows/epg获取.yml备 @@ -0,0 +1,49 @@ +name: epg获取 + +on: + schedule: + - cron: '10 * */2 * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + workflow_dispatch: + 分支: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + + - name: Install dependencies + run: pip install selenium requests futures eventlet + - name: Install dependencies + run: pip install replace + - name: Install dependencies + run: pip install input + - name: Install dependencies + run: pip install pytz + - name: Install dependencies + run: pip install lxml + + + + - name: Run iptv + run: python ${{ github.workspace }}/组播py/get-epg.py #这里更改要运行的py + + + + - name: 提交更改 + run: | + git config --local user.email "actions@126.com" + git config --local user.name "GitHub Action" + git add . + git commit *.xml -m "Add generated file" + #git commit *.m3u -m "Add generated file" + #git pull --rebase + git push -f diff --git a/.github/workflows/采集.yml b/.github/workflows/采集.yml new file mode 100644 index 0000000..3a9aa95 --- /dev/null +++ b/.github/workflows/采集.yml @@ -0,0 +1,49 @@ +name: 采集 + +on: + #schedule: + #- cron: '10 */24 * * *' #这里更改自动运行的时间,没这两行的话只能手动运行 + workflow_dispatch: + 分支: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.x + + - name: Install dependencies + run: | + pip install selenium requests futures eventlet + pip install pytz + pip install opencv-python requests + pip install Beautifulsoup4 requests + pip install translate + pip install lxml + pip install replace + pip install input + pip install opencc + pip install pypinyin + - name: Run py + run: | + python ${{ github.workspace }}/酒店源采集/iptv_udp.py + + - name: 提交更改 + run: | + git config --local user.email "lucheng7996@163.com" + git config --local user.name "lucheng7996" + #git reset --hard origin/main + git add . + git commit -m "Add generated file" + #git commit *.txt -m "Add generated file" + #git commit *.m3u -m "Add generated file" + #git pull --rebase + git push -f