Skip to content

A small script that tried to find all Terminal 00 nodes

Notifications You must be signed in to change notification settings

g-otn/terminal-00-navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal 00 navigator

This is a little script I made in half an hour when I was trying to get to the center/deepest node of Terminal 00 without looking about it up online.

It finds all the <a> html links and recursively crawls the websites links in the same domain. It then prints all the unique URL paths found in a node tree.

Check found_nodes.txt to see the output of the script ran at February 11, 2020. It didn't found all 301 nodes.

Running

Navigate to the project and run it with node . or node index.js.

Map

Before this script was made, I made a map for fun of the nodes I had found manually. It has some overlap with the script results: terminal00map The map was made in 2019-07, so it's most definitely partially outdated.

Acknowledgements

Thank you aluisioalves123 for trying to find the deepest node with me, which motivated me to make this.

About

A small script that tried to find all Terminal 00 nodes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published