Skip to content

Python application #160

Python application

Python application #160

Workflow file for this run

name: Python application
on:
schedule:
- cron: '00 11 * * *'
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 setup.py develop
npm i peviitor_jsscraper
- name: Runing Scrapers
run: |
source access_token.sh
python3 sites/main.py