Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codrscrape

A scraper for the website callofdutyrepo.com.

Installing / Running

Use pip to install the package (pip install .) then run using python -m codrscrape. Alternatively download the required dependencies through poetry (poetry install --no-dev) then run using poetry run python -m codrscrape.

See codrscrape --help for more info on the available options on how to run.

Building

Download the required dependencies (poetry install) then build using poetry run pyinstaller codrscrape.spec. This will create a dist/ directory where a codrscrape/ directory containing the executable can be found. Alternatively run poetry run pyinstaller --onefile --copy-metadata codrscrape --name codrscrape codrscrape/__main__.py or provide your own options.

About

A scraper for the website callofdutyrepo.com

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages