Skip to content

A scraper for the website callofdutyrepo.com

License

Notifications You must be signed in to change notification settings

Mythical-Github/codrscrape

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Python 100.0%