Mythical-Github / codrscrape

A scraper for the website callofdutyrepo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%