An open API service indexing awesome lists of open source software.

https://github.com/spring-0/crackmes.one-web-scraper

crackmes.one webscraper built using Scrapy
https://github.com/spring-0/crackmes.one-web-scraper

crackmes dataset web-scraping

Last synced: about 1 year ago
JSON representation

crackmes.one webscraper built using Scrapy

Awesome Lists containing this project

README

          

# crackme.ones-web-scraper

Web scraper built using Scrapy to scrape all entries on [crackmes.one](https://crackmes.one).

### Dependencies

* Python 3.x
* Scrapy

### Installing

1. Clone the repository:
`git clone https://github.com/Spring-0/crackmes.one-web-scraper.git`
2. Install Scrapy:
`pip install scrapy`
4. Run spider:
`scrapy crawl crackmes`

## Authors
* [@Spring-0](https://github.com/Spring-0)

## License

This project is licensed under the MIT License - see LICENSE.md for details.