{"id":20310982,"url":"https://github.com/codezeilen/instapaper-to-epub","last_synced_at":"2025-10-07T04:59:43.374Z","repository":{"id":215804024,"uuid":"739715838","full_name":"codeZeilen/instapaper-to-epub","owner":"codeZeilen","description":"Script to download Instapaper bookmarks to EPUB files.","archived":false,"fork":false,"pushed_at":"2024-06-14T09:56:21.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T08:15:16.595Z","etag":null,"topics":["epub","ereader-tools","export","instapaper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/codeZeilen.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-01-06T10:22:51.000Z","updated_at":"2025-02-13T08:43:47.000Z","dependencies_parsed_at":"2024-06-14T11:06:49.981Z","dependency_job_id":null,"html_url":"https://github.com/codeZeilen/instapaper-to-epub","commit_stats":null,"previous_names":["codezeilen/instapaper-to-epub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeZeilen/instapaper-to-epub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeZeilen%2Finstapaper-to-epub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeZeilen%2Finstapaper-to-epub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeZeilen%2Finstapaper-to-epub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeZeilen%2Finstapaper-to-epub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeZeilen","download_url":"https://codeload.github.com/codeZeilen/instapaper-to-epub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeZeilen%2Finstapaper-to-epub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722747,"owners_count":26034461,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["epub","ereader-tools","export","instapaper"],"created_at":"2024-11-14T17:35:11.236Z","updated_at":"2025-10-07T04:59:43.311Z","avatar_url":"https://github.com/codeZeilen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instapaper to EPUB Folders Synchronization\n\nA simple program to synchronize Instapaper articles to EPUB files in folders. Includes a script to simply download unread bookmarks.\n\nCurrent features:\n - Synchronizing folders\n - Synchronizing unread and archive\n\nCurrent limitations:\n - Only synchronizes up to the API limit of 500 articles thus this tool is not suitable for archiving your whole Instapaper collection\n - Does not delete articles online that were deleted locally\n - Some articles result in EPUB files that can not be opened in some ebook readers (e.g. Tolino).\n\n## Installation\n\n 1. Get Python 3.10 or newer (older might work, but I did not test it).\n 2. Install requirements via pip3:\n```\npip3 install -r requirements.txt\n```\n 3. Create config files: \n```\ncp user_credentials.json.tmpl user_credentials.json;\ncp oauth_config.json.tmpl oauth_config.json\n``` \n 4. Fill in config files: \n  - oauth_config.json: token id and secret\n  - user_credentials.json: username and password\n\n## Usage of Synchronization\n\nTo start the synchronization, execute:\n\n```\npython3 synchronize.py\n```\n\nThe program synchronizes your bookmarks to `./books`. Moving the books in the folders will move the bookmarks online on the next synchronization.\n\n\n## Usage of Export\n\nCurrently, only downloading bookmarks chronologically is supported:\n\n```\npython3 download.py [limit_of_number_of_bookmarks]\n```\n\nYou can set the number of bookmarks that should be downloaded with `limit_of_number_of_bookmarks`. If none is provided, the limit is currently 70 bookmarks.\n\nYou can find the downloaded books in `./books`. \n\n\n## Auxiliary Files\nThe folder `./tmp_images` contains converted images from the downloaded bookmarks and can be deleted after completing the download.\n\nThe file `index.json` contains the state resulting from the previous synchronization. If it is missing (or deleted), the synchronization will treat the online state as the primary state.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodezeilen%2Finstapaper-to-epub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodezeilen%2Finstapaper-to-epub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodezeilen%2Finstapaper-to-epub/lists"}