DedSecInside / TorBot

Dark Web OSINT Tool
Other
2.73k stars 509 forks source link

Save links to a database #315

Open KingAkeem opened 8 months ago

KingAkeem commented 8 months ago

Currently links can be saved in various formats, but they are not saved to a database. Add a database format to the --save flag which would allow the search results to be saved to a database. Each row should contain the root URL, the time of the search and the links that were found from the search. It is up to the implementer to decide which database engine to use and how to process the data. If you have ideas for more metadata that would be useful, feel free to add it as well.

biohazard2117 commented 8 months ago

@KingAkeem can you assign me this issue. I would like to work on it.

PSNAppz commented 8 months ago

@biohazard2117 That's great! I'm assigning this to you. Feel free to ask anything related to the feature here and let us know how it goes.

KingAkeem commented 8 months ago

Updates?