Skip to content

Commit

Permalink
feat: add new target for scraping items in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexicon committed Jan 10, 2025
1 parent c17a2c5 commit b8a2139
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ scrape_comps:
scrape_champions:
python -m scraper.scrape_champions

scrape_items:
python -m scraper.scrape_items

test:
python -m pytest

0 comments on commit b8a2139

Please sign in to comment.