Gorynych is an automatic data scraping and extracting system.
This project is in very early stage of development. Keep in mind that it is unstable and has no backward compatibility!
Gorynych is designed to work under Python >=3.4.
The required dependencies for this package are:
- networkx
This package uses setuptools for installation.
To install in your home directory, use:
- python setup.py install --user
To install for all users:
- sudo python setup.py install