Skip to content

Commit

Permalink
Enable scraping all month
Browse files Browse the repository at this point in the history
  • Loading branch information
sakan811 authored Dec 20, 2024
1 parent 9bbd4cb commit 1b879be
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@ jobs:
- name: Install requirements
run: pip install -r requirements.txt

# - name: Run Scraper For January
# run: python automated_scraper.py --month=1
#
# - name: Run Scraper For February
# run: python automated_scraper.py --month=2
- name: Run Scraper For January
run: python automated_scraper.py --month=1

# - name: Run Scraper For March
# run: python automated_scraper.py --month=3
- name: Run Scraper For February
run: python automated_scraper.py --month=2

# - name: Run Scraper For April
# run: python automated_scraper.py --month=4
- name: Run Scraper For March
run: python automated_scraper.py --month=3

# - name: Run Scraper For May
# run: python automated_scraper.py --month=5
- name: Run Scraper For April
run: python automated_scraper.py --month=4

# - name: Run Scraper For June
# run: python automated_scraper.py --month=6
- name: Run Scraper For May
run: python automated_scraper.py --month=5

# - name: Run Scraper For July
# run: python automated_scraper.py --month=7
- name: Run Scraper For June
run: python automated_scraper.py --month=6

# - name: Run Scraper For August
# run: python automated_scraper.py --month=8
- name: Run Scraper For July
run: python automated_scraper.py --month=7

# - name: Run Scraper For September
# run: python automated_scraper.py --month=9
- name: Run Scraper For August
run: python automated_scraper.py --month=8

# - name: Run Scraper For October
# run: python automated_scraper.py --month=10
- name: Run Scraper For September
run: python automated_scraper.py --month=9

- name: Run Scraper For October
run: python automated_scraper.py --month=10

- name: Run Scraper For November
run: python automated_scraper.py --month=11
Expand Down

0 comments on commit 1b879be

Please sign in to comment.