Skip to content

Python code to show similar people to you on Goodreads based on your reccomendations and "want to read" shelf.

Notifications You must be signed in to change notification settings

Hoinkas/GoodreadsSimilars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodreadsSimilars

Requirements

  • Python 3.8
  • MongoDB 4.4
  • Docker

Installation

To install the project, run the following command:

git clone

Python

pip install -r ./requirements.txt

MongoDB

sudo apt update
sudo apt install -y mongodb
sudo systemctl start mongod

Docker

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
systemctl --user restart docker-desktop
docker compose stop; docker compose rm -f; docker compose pull; docker compose build --no-cache; docker compose up -d

Usage

To run this project, you need to run the following commands:

python3 app.py

About

Python code to show similar people to you on Goodreads based on your reccomendations and "want to read" shelf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published