This project is a Python script that scrapes keys from the outlinekeys.com
website and checks their validity using a validation endpoint. The script uses BeautifulSoup for HTML parsing and the requests
library to fetch the web pages and perform key validation.
- Scrapes key details from the
outlinekeys.com
website. - Validates each key using an API endpoint.
- Returns a list of valid keys in an array.
- Handles network errors and missing elements gracefully.
- Python 3.9 or higher
requests
libraryBeautifulSoup4
librarylxml
parser
-
Clone the repository:
git clone https://github.com/DevAdriam/Outline-Key-Scraper.git cd outline-key-scraper
-
Install the requirements:
pip install -r requirements.txt
-
Run:
python main.py