{"id":16777298,"url":"https://github.com/githubixx/pinbackup","last_synced_at":"2025-08-20T17:11:07.287Z","repository":{"id":48295761,"uuid":"260320857","full_name":"githubixx/pinbackup","owner":"githubixx","description":"Backup your Pinterest boards locally.","archived":false,"fork":false,"pushed_at":"2023-02-25T09:12:14.000Z","size":146,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T20:53:26.570Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/githubixx.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":"2020-04-30T21:20:02.000Z","updated_at":"2024-11-08T06:47:08.000Z","dependencies_parsed_at":"2024-06-20T21:51:33.107Z","dependency_job_id":"78e2f6a6-3cc2-4e6f-99ef-22f276cd4c00","html_url":"https://github.com/githubixx/pinbackup","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/githubixx/pinbackup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubixx%2Fpinbackup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubixx%2Fpinbackup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubixx%2Fpinbackup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubixx%2Fpinbackup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubixx","download_url":"https://codeload.github.com/githubixx/pinbackup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubixx%2Fpinbackup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267619548,"owners_count":24116577,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-10-13T07:24:18.668Z","updated_at":"2025-07-29T02:34:37.734Z","avatar_url":"https://github.com/githubixx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"pinbackup\n=========\n\nBackup your Pinterest boards locally. This project is mainly for getting a little bit into Go programming and other technologies. So it's just for fun. While it works for me quite well expect a few rough edges.\n\nInstallation\n------------\n\nClone the Git repository:\n\n```bash\ngit clone https://github.com/githubixx/pinbackup\ncd pinbackup\n```\n\nThe `master` branch is used for development. While it should be in a good shape in general stable releases are tagged. Check out the latest tag e.g.:\n\n```bash\n# List available tags\ngit tag\n\n# Checkout latest tag\ngit checkout 0.1.0\n```\n\nConfiguration\n-------------\n\nOpen the **docker-compose.yml** file if you want to change the build settings but it should work with the default values. But there are two important settings that must be adjusted:\n\n```bash\nLOGIN_NAME: \"your@email.address\"\nLOGIN_PASSWORD: \"secret\"\n```\n\nReplace the values with your Pinterest login name and password (Google, Facebook, ... logins don't work). Also of possible interest where the `downloader` stores the images:\n\n```yaml\ndownloader:\n  volumes:\n    - /tmp:/tmp\n```\n\nThe default base path is `/tmp`. The final path of the pictures is composed of base path + user + board name e.g. `/tmp/user/board/`.\n\nBuild and run\n-------------\n\nThe easiest way to build the binary and run it later is using [Docker Compose](https://docs.docker.com/compose/install/). So to build the binary and the container images run\n\n```bash\ndocker-compose build\n```\n\nTo start the containers all the container run\n\n```bash\ndocker-compose start -d\n```\n\nUsage\n-----\n\nTo start a board download you need `curl` or `wget`. There is no UI (yet). So if you want to download the pictures of `https://www.pinterest.com/user/board/` e.g. use this command:\n\n```bash\ncurl --header \"Content-Type: application/json\" \\\n     --request POST \\\n     --data '{\"url\": \"https://www.pinterest.com/user/board/\"}' \\\n     http://localhost:8080/api/v1/board\n```\n\nOf course you can also use national domains here too like `pinterest.de` and so on. This returns a JSON response which includes a `uuid`. To pretty print the output you can use the `jq` utility by adding a pipe (`| jq` e.g.).\n\nTo stop the containers use\n\n```bash\ndocker-compose stop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubixx%2Fpinbackup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubixx%2Fpinbackup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubixx%2Fpinbackup/lists"}