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
- Host: GitHub
- URL: https://github.com/spring-0/crackmes.one-web-scraper
- Owner: Spring-0
- License: mit
- Created: 2024-06-10T11:14:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T13:35:09.000Z (about 2 years ago)
- Last Synced: 2025-02-02T01:17:42.166Z (over 1 year ago)
- Topics: crackmes, dataset, web-scraping
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.