maria-antoniak / goodreads-scraper

A Python scraper for Goodreads books and reviews.
GNU General Public License v3.0
272 stars 82 forks source link

Inspect example titles #12

Closed JosedeKruif closed 3 years ago

JosedeKruif commented 3 years ago

In the notebook [8] it says: "!cat" etc. However, cat is not recognized in a windows environment. In cmd it is: "!type". This works fine.

maria-antoniak commented 3 years ago

On Windows, you can use cmder to run this kind of command.