{"id":19001500,"url":"https://github.com/bumi/flickrstagram","last_synced_at":"2026-06-14T20:33:06.165Z","repository":{"id":66382301,"uuid":"53985449","full_name":"bumi/flickrstagram","owner":"bumi","description":"webhook endpoint to upload photos from an URL to instagram - instagram upload API","archived":false,"fork":false,"pushed_at":"2016-03-29T18:56:58.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T22:03:13.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/bumi.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":"2016-03-15T23:18:07.000Z","updated_at":"2016-04-13T19:14:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c51c3cf-112b-494b-b386-25f8eb053574","html_url":"https://github.com/bumi/flickrstagram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bumi/flickrstagram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fflickrstagram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fflickrstagram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fflickrstagram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fflickrstagram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bumi","download_url":"https://codeload.github.com/bumi/flickrstagram/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bumi%2Fflickrstagram/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34337551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"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-11-08T18:11:25.992Z","updated_at":"2026-06-14T20:33:06.123Z","avatar_url":"https://github.com/bumi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flickrstagram\n\npython script to be used that can be used as webhook endpoint to upload pictures to instagram (for example from flickr) \n\nI am using this app in combination with [IFTTT](http://ifttt.com) to upload some of my [flickr pictures](http://flickr.com/bumi) to instagram.\n\n### How does it work\n\nThis little flask application exposes an `/flickrstagram` endpoint that accepts a HTTP post request with the following JSON: \n\n```json\n    {\n      \"source\": \"your image URL\",\n      \"caption\": \"the caption of your image\",\n      \"auth\": \"optional auth code, see configuration\"\n    }\n```\n\nOnce received a request the image is processed using [imgix](https://imgix.com/) (you need an account there) to do some [smart cropping](https://docs.imgix.com/apis/url/size/crop) to 1280x1280 pixel which is required by instagram.   \nThen the image is uploaded to your instagram using [lukecyca](http://github.com/lukecyca)'s reveres engeneered [instagram python script](https://github.com/lukecyca/python-instagram-upload)\n\n### Installation\n\n    $ pip install -r requirements.txt\n    $ [ENV VARS] python hook.py\n\n#### Configuration\n\nthe app can be configured using the following environment variables\n\n* IMGIX_HOST: your imgix host. See [imgix sources](https://webapp.imgix.com/sources)\n* IMGIX_SIGN_KEY: your imgix signing key. See [imgix sources](https://webapp.imgix.com/sources)\n* AUTH: like an API key. can be used to authorize incoming data. If set the incoming JSON request budy must contain this `auth` key ({..., \"auth\": \"your auth env variable\"})\n* INSTAGRAM_USER: your instagram username\n* INSTAGRAM_PASSWORD: your instagram password\n\n#### Deploy to heroku\n\nSimply push to heroku and set your configuration variables. \n\n\n### Thanks\n\nthanks to [lukecyca](https://github.com/lukecyca) for the [python script](https://github.com/lukecyca/python-instagram-upload) to do the heavy uploading to instagram.\n\n\n-----\n\nContact: hello@michaelbumann.com   \nBlog: [michaelbumann.com](http://michaelbumann.com)  \nTwitter: [@bumi](http://twitter.com/bumi)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fflickrstagram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbumi%2Fflickrstagram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbumi%2Fflickrstagram/lists"}