{"id":29275050,"url":"https://github.com/mgproduction/kindlemostwanted","last_synced_at":"2025-07-05T05:40:28.465Z","repository":{"id":302349872,"uuid":"1012093662","full_name":"MGProduction/KindleMostWanted","owner":"MGProduction","description":" a minimal Python script to automatically check price bids for a personal list of Kindle e-books","archived":false,"fork":false,"pushed_at":"2025-07-01T22:07:16.000Z","size":521,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T23:20:58.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MGProduction.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-01T19:57:32.000Z","updated_at":"2025-07-01T22:07:19.000Z","dependencies_parsed_at":"2025-07-01T23:21:00.715Z","dependency_job_id":"a138f520-2d3c-471c-8dc4-41682e62faed","html_url":"https://github.com/MGProduction/KindleMostWanted","commit_stats":null,"previous_names":["mgproduction/kindlemostwanted"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MGProduction/KindleMostWanted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGProduction%2FKindleMostWanted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGProduction%2FKindleMostWanted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGProduction%2FKindleMostWanted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGProduction%2FKindleMostWanted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MGProduction","download_url":"https://codeload.github.com/MGProduction/KindleMostWanted/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MGProduction%2FKindleMostWanted/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263692374,"owners_count":23496905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-07-05T05:40:25.832Z","updated_at":"2025-07-05T05:40:28.459Z","avatar_url":"https://github.com/MGProduction.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KindleMostWanted\n a minimal Python script to automatically check price bids for a personal list of Kindle e-books\n\n## Read a CSV, get prices, write a report...\n\n...a really simple tool, to customize and run daily to be sure never to miss the minimum price for an e-book you want to buy, when you don't mind waiting.\n\nThe input wanted book list is just a CSV with Author, Title, and URL\n\n```\nAuthor,Title,URL\nBeaton M.C.,Agatha Raisin e la giardiniera invasata,https://www.amazon.it/gp/product/B008O620JG\nBeaton M.C.,Agatha Raisin e i Camminatori di Dembley,https://www.amazon.it/gp/product/B008DYJW2M\n```\n\nOnce the program processes it you'll get a secondary CSV with previous price, current price, and a time stamp\n\n```\nAuthor,Book,URL,Previous Price,Current Price,Last Checked\nBeaton M.C.,Agatha Raisin e la giardiniera invasata,https://www.amazon.it/gp/product/B008O620JG,\"8,99 €\",\"8,99 €\",2025-07-01 21:33:22.900384\nBeaton M.C.,Agatha Raisin e i Camminatori di Dembley,https://www.amazon.it/gp/product/B008DYJW2M,\"3,99 €\",\"3,99 €\",2025-07-01 21:33:25.813621\n```\n\nand a HTML report - with color alerts and active links.\n\n![Report](misc/report.jpg)\n\n## Usage\n\n**kmw.py** (try to read and process csv/books.csv)\n\nor\n\n**kmw.py** \u003ccsv file name\u003e (process your specific csv file)\n\n## Dependencies\n\n**playwright** for page rendering and scraping\n\n**pandas** for CSV handling\n\n**plyer** for minimal notifications\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgproduction%2Fkindlemostwanted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgproduction%2Fkindlemostwanted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgproduction%2Fkindlemostwanted/lists"}