Skip to content

A web scraper that filters GameHacking.org's requests page by system.

Notifications You must be signed in to change notification settings

Demonic722/gh-requests-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

gh-requests-filter

Filters GameHacking.org's requests page by system and outputs the results to a txt file.

Dependencies

bs4 and requests are required and can be installed via pip3 with this command:

% python3 -m pip install beautifulsoup4 && python3 -m pip install requests

Usage

Navigate to the directory with the script and run:

% python3 main.py system max_number_of_pages

system and max_number_of_pages are optional command line arguments. By default, the script will filter using Nintendo DS as the system and the current number of pages as of January 24th, 2021 3:10 EST, which is 30.

About

A web scraper that filters GameHacking.org's requests page by system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages