Steps to download the data:
- Create an account on www.ravelry.com and save username and password in a config.py file as user_name and passwrd
- Create a data and html folder
- Run
python scraping.py - Run
python processing.pywhich will compute the average star and difficulty ratings and add them to the data files
The actual data analysis is done in the ipython notebook. To open it you
need to run ipython notebook in the project directory. Or, for easy
viewing of the notebook, you can go to here.