{"id":23864360,"url":"https://github.com/shaform/anobii2goodreads","last_synced_at":"2026-06-04T17:30:14.817Z","repository":{"id":19390860,"uuid":"22632031","full_name":"shaform/anobii2goodreads","owner":"shaform","description":"Another script to convert Anobii CSV to Goodreads CSV","archived":false,"fork":false,"pushed_at":"2023-08-26T00:23:37.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T08:22:34.101Z","etag":null,"topics":["anobii","goodreads","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shaform.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}},"created_at":"2014-08-05T05:49:05.000Z","updated_at":"2023-08-26T00:21:52.000Z","dependencies_parsed_at":"2025-01-03T08:22:02.071Z","dependency_job_id":"5e65045f-b0c9-4420-b80c-6b945f5a5700","html_url":"https://github.com/shaform/anobii2goodreads","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaform%2Fanobii2goodreads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaform%2Fanobii2goodreads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaform%2Fanobii2goodreads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaform%2Fanobii2goodreads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaform","download_url":"https://codeload.github.com/shaform/anobii2goodreads/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240177048,"owners_count":19760308,"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":["anobii","goodreads","python"],"created_at":"2025-01-03T08:21:04.870Z","updated_at":"2026-06-04T17:30:14.692Z","avatar_url":"https://github.com/shaform.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"anobii2goodreads\n================\n\nAnother script to convert a CSV export from the Anobii website\nto a CSV similar to Goodreads export, which could be imported via\nthe [import page](http://www.goodreads.com/review/import).\n\nInspired by https://github.com/tijs/Anobii2Goodreads.\n\nWarning\n=======\n\nSince these scripts haven not been updated or tested for a long time, it's possible that aNobii \u0026 Goodreads have already changed their website, and the scripts might no longer work.\n\nUsage\n=====\n\nTo convert `anobii.csv` to `anobii_converted.csv`:\n\n    python3 anobii2goodreads/anobii2goodreads.py [-l LANG] [-o] anobii.csv anobii_converted.csv\n\n    -o is used to clear data such as title and author to prevent Goodreads from auto-matching books that may have different ISBNs.\n\n`anobii_converted.csv` could be used to import to Goodreads.\n\nSometimes, certain books may not be present in the Goodreads database. In that case, export your Goodreads bookshelf as `goodreads_exported.csv` to see what have been imported, and use `auto_add.py` to add the non-imported books:\n\n    python3 anobii2goodreads/auto_add.py -c COOKIE_JSON -a anobii_converted.csv -g goodreads_exported.csv\n\nYou'll need your session cookie from your browser to access Goodreads from `auto_add.py`.\n\nHowever, reading progress is not entirely preserved in the process. But it's still possible to obtain complete reading history by directly crawling aNobii website:\n\n    cd anobiicrawl/\n    scrapy crawl progress -a visited=CACHE_PATH_FOR_CRAWL -a user=YOUR_USER_NAME -a login_path=anobii.login.json -o anobii_progress.jl\n\nAfterwards, we could update the reading dates for books on Goodreads:\n\n    cd ../\n    python3 anobii2goodreads/update_date.py -c COOKIE_JSON -b anobiicrawl/anobii_progress.jl -d `CACHE_PATH_FOR_UPDATE`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaform%2Fanobii2goodreads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaform%2Fanobii2goodreads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaform%2Fanobii2goodreads/lists"}