Changelog
Unreleased
Implemented enhancements:
- Multi-threading support to visit multiple pages at the same time #5
Fixed bugs:
- TypeError: ‘type’ object is not subscriptable #29
Closed issues:
Merged pull requests:
- Refactor: JTD theme and installation #31 (PROxZIMA)
- Fix: Type hinting for Python <3.9 #30 (PROxZIMA)
- Add: Documentation #27 (PROxZIMA)
- Add project banner #26 (DexLulz)
2.0.1 (2022-09-23)
Implemented enhancements:
2.0.0-alpha.1 (2022-09-13)
Implemented enhancements:
- Add argument to exclude paths that you don’t want to include #4
- Crawl images and scripts #3
- Plot the graphical network of the generated json using NetworkX package #2
- Store links relation in one-to-many json dictionary format #1
- New graphical visualization using
seaborn
library #17 (PROxZIMA) - Added ‘exclusion’ Argument #16 (r0nl)
- Added image and script crawler #15 (ytatiya3)
- Creating json #14 (r0nl)
- Added required functionalities and Images #13 (knightster0804)
- Add: CLI command to include/exclude external links #11 (PROxZIMA)
- Fixed Issue related to Graphical Analysis #10 (knightster0804)
Fixed bugs:
Closed issues:
- Write white box unit test cases #6
Merged pull requests:
- Revert “Fixed Issue related to Graphical Analysis” #12 (PROxZIMA)
- Add: Project IEEE citation #8 (PROxZIMA)
- White box unit test cases for modules #7 (PROxZIMA)