Amazon Category Nodes - robertervin/amazon-project GitHub Wiki

In amazon-project/scripts/get_categories.py, there is a list of tuples containing node titles and node ids. If there are any new or expired nodes, simply add or delete the tuple as necessary.

This file can be run by the following commands:

python manage.py shell

In the python shell, run:

execfile("scripts/get_categories.py")

This will take a LONG time to run as it recursively iterates through all amazon.com nodes. It will probably take many days.