Software

Grow My Search for Windows Version 0.1 (Alpha) Has been released.

Microsoft Edge WebView 2 runtime required to run.

Tested to run on Windows 10. (413KB ZIP file)

Download here

What you can do:

Create your own search engine database with use of a crawler.

Start the crawler from:

Specified URL

Keywords from 3 different search engines

  • (USearch, searx and Yacy)

  • SuperAI Search support will come soon!

Simple Mode also Available for beginners.

Python 3 Script - url-network-visualizer

(C)Tsubasa Kato at Inspire Search Corporation 2022/7/14

Add one URL per line in urls.txt.

visualize-links-with-label.py will use httplib2 to connect to the sites in the urls.txt and Beautiful Soup will extract all links.

This will be put into pandas dataframe and then to networkx for network study. This will then be put into matplotlib for visualization.

Error handling when df value is None is not yet implemented.

Update: Error handling now implemented!

Download from GitHub at:

https://github.com/stingraze/url-network-visualizer