https://github.com/boompig/book-classics
https://github.com/boompig/book-classics
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/boompig/book-classics
- Owner: boompig
- Created: 2018-02-13T06:11:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T04:37:34.000Z (almost 3 years ago)
- Last Synced: 2024-04-09T22:00:51.346Z (over 2 years ago)
- Language: Jupyter Notebook
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
## Getting Started
First, create raw files for all the people in `data/raw-picks/$name.txt` with one line per book.
To disambiguate books you can add an author last name or similar to the end of the title.
The scripts will search goodreads with that search string to disambiguate.
Run `python book_classics/resolve_books.py` and resolve all outstanding book choices.
The resolved choices will be written to `data/resolved-picks/$name.txt`
## Analysis
To get the 'basic_bitch_score' associated with all people, run `python book_classics/basic_bitch_score.py`.
For a full description of what it does, read the docstring at the top of that file.