Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ codrscrape Public archive

A scraper for the website callofdutyrepo.com

License

Notifications You must be signed in to change notification settings

Grub4K/codrscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages