DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.75k stars 510 forks source link

Replace ete3 with plotly #268

Closed KingAkeem closed 1 year ago

KingAkeem commented 1 year ago

The current library used for visualizing trees is ete3, this library has a couple of dependency issues that is making it difficult to run. It's also not really optimized for our use case, but for phylogenetic trees while plotly is for general datasets.

My goal is to remove the ete3 dependency and replace it with plotly as the underlying tree plotting framework for the LinkTree

KingAkeem commented 1 year ago

Another option https://github.com/pydot/pydot

KingAkeem commented 1 year ago

Another option https://treelib.readthedocs.io/en/latest/

PSNAppz commented 1 year ago

@KingAkeem I think this is a duplicate of https://github.com/DedSecInside/TorBot/discussions/256

KingAkeem commented 1 year ago

I never saw that issue, but either way it's completed so I'll close this