DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.88k stars 526 forks source link

Feature: extract title #138

Closed shashwat1002 closed 5 years ago

shashwat1002 commented 5 years ago

Issue #120

Changes Proposed

Explanation of Changes

The basic concept is that, each node now also has the title of the web page. This has been done by creating a new datatype which extends Tree and adds a new attribute called webPageName. @PSNAppz @KingAkeem , the only problem is, that the formatting I've done is very rudimentary. It just uses basic python string formatting to display the url name and the web page name in two different lines.

Screenshots of new feature/change

PSNAppz commented 5 years ago

@shashwat1002 Status on this?