Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yp51md committed Feb 24, 2021
0 parents commit 0672a52
Show file tree
Hide file tree
Showing 4 changed files with 889 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This is a basic workflow to help you get started with Actions

name: NJUcheckin

on:
schedule:
- cron: '35 00 * * *'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout codes
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Prepare environment
run: pip install beautifulsoup4 lxml requests copy json re urllib PyExecJs http
- name: Run app
run: python njucheckin.py
env:
USERNAME: ${{ secrets.USERNAME }}
PASSWORD: ${{ secrets.PASSWORD }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO
Loading

0 comments on commit 0672a52

Please sign in to comment.