{"id":16517807,"url":"https://github.com/rancoud/rinstagrambot","last_synced_at":"2025-03-02T19:40:43.717Z","repository":{"id":80410632,"uuid":"47473745","full_name":"rancoud/RInstagramBot","owner":"rancoud","description":"Bot for Instagram","archived":false,"fork":false,"pushed_at":"2022-03-08T08:34:24.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T19:44:31.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rancoud.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":"2015-12-05T21:41:21.000Z","updated_at":"2023-05-21T20:00:55.000Z","dependencies_parsed_at":"2023-06-07T10:00:13.829Z","dependency_job_id":null,"html_url":"https://github.com/rancoud/RInstagramBot","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/rancoud%2FRInstagramBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancoud%2FRInstagramBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancoud%2FRInstagramBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rancoud%2FRInstagramBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rancoud","download_url":"https://codeload.github.com/rancoud/RInstagramBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241564432,"owners_count":19982958,"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":[],"created_at":"2024-10-11T16:33:46.393Z","updated_at":"2025-03-02T19:40:43.707Z","avatar_url":"https://github.com/rancoud.png","language":"JavaScript","readme":"# Instagram API is dead\nIf you think it will be easy to use Instagram API you are a fool!  \nLot of process to review your application.  \nLot of constraints.  \nIn sandbox mode you will have only access to your user and his data.  \nSo a lot of endpoint won't work as expected in documentation.  \n**Currently I will try to get all permission for this works, BUT if I can't I will stop developpement for this dead API**\n\n# RInstagramBot\nBot for Instagram\n\n# Nota Bene\nCallback URI must be exact with what you declare.  \nHere the authorized callbacks\n\u003ctable class=\"table table-bordered table-striped\"\u003e\n    \u003cthead\u003e\n    \u003ctr\u003e\n        \u003cth\u003eREGISTERED REDIRECT URI\u003c/th\u003e\n        \u003cth\u003eREDIRECT_URI PARAMETER PASSED TO /AUTHORIZE\u003c/th\u003e\n        \u003cth style=\"width: 20px;\"\u003eVALID?\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n          \u003ctd\u003ehttp://yourcallback.com/\u003c/td\u003e\n          \u003ctd\u003ehttp://yourcallback.com/\u003c/td\u003e\n          \u003ctd\u003eyes\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?this=that\u003c/td\u003e\n        \u003ctd\u003eyes\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?this=that\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/\u003c/td\u003e\n        \u003ctd\u003eno\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?this=that\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?this=that\u0026another=true \u003c/td\u003e\n        \u003ctd\u003eyes\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?this=that\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/?another=true\u0026this=that\u003c/td\u003e\n        \u003ctd\u003eno\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/callback\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/\u003c/td\u003e\n        \u003ctd\u003eno\u003c/td\u003e\n      \u003c/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ehttp://yourcallback.com/callback\u003c/td\u003e\n        \u003ctd\u003ehttp://yourcallback.com/callback?type=mobile\u003c/td\u003e\n        \u003ctd\u003eyes\u003c/td\u003e\n      \u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Francoud%2Frinstagrambot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Francoud%2Frinstagrambot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Francoud%2Frinstagrambot/lists"}