This is a simple scraper for AllKeyShop website
This project is licensed under the GNU Affero General Public License v3.0.
- You are free to use, modify, and distribute the code, but **commercial use is prohibited without explicit permission **.
- Any significant modifications or derived works must credit the original author,
Yassine EL IDRISSI, and must also be distributed under the same license.
Install the required packages in the requirements.txt file:
pip install -r requirements.txtDon't forget to run the following command to install the required dependencies:
scrapling installThere is 2 arguments that you have to pass to the script:
--top50: To scrape the current top 50 keys sold on the website--key: To scrape the key of a specific game or software
python main.py --top50 python main.py --keyOutput will be saved in a csv file in the root directory of the project.