├── README.md ├── config.ini ├── generate.py ├── index.html ├── input └── Free+English+textbooks.xlsx └── templates └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnarayanan/springer-books/HEAD/README.md -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- 1 | [goodreads.com] 2 | key=brTFME4C9m37jzUITQx2Mg -------------------------------------------------------------------------------- /generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnarayanan/springer-books/HEAD/generate.py -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnarayanan/springer-books/HEAD/index.html -------------------------------------------------------------------------------- /input/Free+English+textbooks.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnarayanan/springer-books/HEAD/input/Free+English+textbooks.xlsx -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hnarayanan/springer-books/HEAD/templates/index.html --------------------------------------------------------------------------------