{"id":32391208,"url":"https://github.com/janiavdv/csharp-cli","last_synced_at":"2026-05-15T18:07:52.768Z","repository":{"id":243129389,"uuid":"811554497","full_name":"janiavdv/csharp-cli","owner":"janiavdv","description":"Book recommender command-line application.","archived":false,"fork":false,"pushed_at":"2024-06-12T21:01:44.000Z","size":10188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T23:19:06.403Z","etag":null,"topics":["book-recomendation","cli-app","csharp","mongodb","mongodb-driver"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janiavdv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-06T20:30:34.000Z","updated_at":"2024-06-12T21:01:47.000Z","dependencies_parsed_at":"2024-06-13T03:20:48.413Z","dependency_job_id":null,"html_url":"https://github.com/janiavdv/csharp-cli","commit_stats":null,"previous_names":["janiavdv/csharp-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/janiavdv/csharp-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janiavdv%2Fcsharp-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janiavdv%2Fcsharp-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janiavdv%2Fcsharp-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janiavdv%2Fcsharp-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janiavdv","download_url":"https://codeload.github.com/janiavdv/csharp-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janiavdv%2Fcsharp-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["book-recomendation","cli-app","csharp","mongodb","mongodb-driver"],"created_at":"2025-10-25T04:53:00.934Z","updated_at":"2026-05-15T18:07:52.741Z","avatar_url":"https://github.com/janiavdv.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C# Command Line Book Recommender\n\nA brief command line app I built to learn C# and the [MongoDB C# Driver](https://www.mongodb.com/docs/drivers/csharp/current/). This project is adapted from [Book Recommender](https://github.com/janiavdv/book-recommender), a similar project with more of a data science flavor which has a [web app](https://janiavdv.shinyapps.io/book_recommender/) to accompany it. \n\n## Use\n\nClone the repo and run\n\n```shell\ncd BookRecommender\ndotnet run\n```\n\nwith MongoDB running on your computer. Replace the `connectionUri` [here](https://github.com/janiavdv/csharp-cli/blob/19d91d4629a38eb015a951c6300ef160b2e83c2f/BookRecommender/Program.cs#L20) if you have changed your local MongoDB port from the default. \n\nFollow the prompts, inputting your name and populating the database with the books. Then, get recommended books using the 'f' action or update your read books to avoid getting them recommended using the 'u' action. To quit the app, use 'q'. To clear your read books, reboot the app and enter 'y' in the opening command that asks if you want to reset the database. \n\n## Data\n\nThe data for this application is sourced from the [\"Goodbooks 10k Extended\" repository](https://github.com/malcolmosh/goodbooks-10k-extended/tree/master), using the `books_enriched.csv` file. This file contains 10,000 records of book data from Goodreads, as of September 2017. Irrelevant columns were removed and the CSV file was cleaned and converted to JSON before being inserted to the database. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaniavdv%2Fcsharp-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaniavdv%2Fcsharp-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaniavdv%2Fcsharp-cli/lists"}