Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.07 KB

File metadata and controls

32 lines (26 loc) · 1.07 KB

BlCodeScraper

A web scraper for the ShiftCodes of the Borderlands video games

Installing

I have created an .exe for Windows. This can be easily downloaded and executed.

To run the source code, you must first install the requirements. You'll also need to install Python along with Pip.

pip install -r requirements.txt

Then you can run the scraper_ui.py.

python scraper_ui.py

Acknowledgments