.gitignore
LICENSE
README.md
Web Scrapping on GoodReads.ipynb
requirements.txt
setup.py
.idea/.gitignore
.idea/misc.xml
.idea/modules.xml
.idea/scrape-goodreads.iml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/example.rst
docs/source/getting-started.rst
docs/source/package.rst
docs/source/image/comparison.png
docs/source/image/lyricsfandom.png
scrapereads/__init__.py
scrapereads/api.py
scrapereads/connect.py
scrapereads/meta.py
scrapereads/scrape.py
scrapereads/utils.py
scrapereads.egg-info/PKG-INFO
scrapereads.egg-info/SOURCES.txt
scrapereads.egg-info/dependency_links.txt
scrapereads.egg-info/not-zip-safe
scrapereads.egg-info/requires.txt
scrapereads.egg-info/top_level.txt
scrapereads/reads/__init__.py
scrapereads/reads/author.py
scrapereads/reads/book.py
scrapereads/reads/quote.py