All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.2 - 2024-11-26
- Add
.devcontainerconfiguration for Visual Studio Code. - Add Scrapy version 2.12.0 in the requirements file.
- Add
logsandoutputsdirectory. - Add scrapy framework.
- Add python-dotenv version 1.0.1 in the requirements file.
- Add
YugiohDBCardsSpiderspider to scrap card details fromyugioh-card.com. - Add an extracted_date based on UTC timezone.
- Update project description in the readme file.
- Add support section in the readme file.
- Update .gitignore to ignore
logsandoutputsdirectory. - Update
settings.pyto read key-value pairs from a.envfile. - Add data source section in the readme file.
- Add installation section in the readme file.
- Add importance of creating a virtual environment section in the readme file.
- Add usage section in the readme file.
- Add crawling responsibly section in the readme file.
- Add what is a spider? section in the readme file.
- Add a spider section in the readme file.
- Add a running the spiders section in the readme file.
- Add a outputs section in the readme file.
- Add a logs section in the readme file.
- Add a development section in the readme file.
- Add a note on development container section in the readme file.
- Add a reporting issues section in the readme file.
- Add a star the repository section in the readme file.
- Add a license section in the readme file.
- Add a configuration section in the readme file.
0.0.1 - 2024-11-26
- Initial creation of the changelog file.
- Update issue templates.