{"id":40996489,"url":"https://github.com/gentlecat/instadig","last_synced_at":"2026-01-22T08:13:19.409Z","repository":{"id":221927810,"uuid":"755753355","full_name":"gentlecat/instadig","owner":"gentlecat","description":"Automatically sync your liked articles from Instapaper to Linkding","archived":false,"fork":false,"pushed_at":"2025-10-03T04:52:46.000Z","size":159,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T06:24:53.924Z","etag":null,"topics":["homelab","instapaper","linkding","rust","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gentlecat.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-10T23:58:22.000Z","updated_at":"2025-10-03T04:51:40.000Z","dependencies_parsed_at":"2024-02-11T06:23:56.227Z","dependency_job_id":"3611f557-b2c6-43e0-97e0-3368e8878d1f","html_url":"https://github.com/gentlecat/instadig","commit_stats":null,"previous_names":["gentlecat/instadig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gentlecat/instadig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentlecat%2Finstadig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentlecat%2Finstadig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentlecat%2Finstadig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentlecat%2Finstadig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gentlecat","download_url":"https://codeload.github.com/gentlecat/instadig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentlecat%2Finstadig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["homelab","instapaper","linkding","rust","self-hosted"],"created_at":"2026-01-22T08:13:18.733Z","updated_at":"2026-01-22T08:13:19.400Z","avatar_url":"https://github.com/gentlecat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instadig\n\nAutomatically sync your liked articles on [Instapaper](https://www.instapaper.com) to [Linkding](https://github.com/sissbruecker/linkding).\n\nSync runs every 10 minutes.\n\n## Setup\n\n### Configuration\n\nBefore running the application you must define the following environment variables:\n\n* `INSTAPAPER_FEED_URL` – RSS feed of your liked/starred articles which you can find in the source of `https://www.instapaper.com/liked` page.\n* `LINKDING_API_PATH` – Full URL with `/api` endpoint of your Linkding instance (don't include the trailing slash).\n* `LINKDING_TOKEN` – Your authentication token for Linkding.\n\nYou can also set this optional environment variable:\n\n* `LINKDING_TAG` – Custom tag to add for synced articles. Default: `from-instapaper`.\n\n### Docker Compose\n\n```yaml\nservices:\n\n  instadig:\n    image: ghcr.io/gentlecat/instadig:latest\n    container_name: instadig\n    restart: unless-stopped\n    environment:\n      INSTAPAPER_FEED_URL: https://www.instapaper.com/starred/rss/XXXXXXXX/XXXXXXXX\n      LINKDING_API_PATH: https://your.linkding.instance/api\n      LINKDING_TOKEN: YOUR_TOKEN\n```\n\n### Development\n\n```shell\ncp .env.example .env\n```\n\nThen update the *.env* file with the right configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentlecat%2Finstadig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgentlecat%2Finstadig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentlecat%2Finstadig/lists"}