{"id":18663276,"url":"https://github.com/ronething/ins-tool-server","last_synced_at":"2025-08-18T18:07:49.412Z","repository":{"id":38383586,"uuid":"181307566","full_name":"ronething/ins-tool-server","owner":"ronething","description":"instagram 链接🔗解析 server","archived":false,"fork":false,"pushed_at":"2023-02-02T06:00:37.000Z","size":66,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-18T04:36:20.541Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronething.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":"2019-04-14T12:44:55.000Z","updated_at":"2021-09-06T16:02:44.000Z","dependencies_parsed_at":"2024-12-27T18:15:32.152Z","dependency_job_id":null,"html_url":"https://github.com/ronething/ins-tool-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ronething/ins-tool-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fins-tool-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fins-tool-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fins-tool-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fins-tool-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronething","download_url":"https://codeload.github.com/ronething/ins-tool-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fins-tool-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271035626,"owners_count":24688449,"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-08-18T02:00:08.743Z","response_time":89,"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-07T08:15:52.857Z","updated_at":"2025-08-18T18:07:49.384Z","avatar_url":"https://github.com/ronething.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ins-tool-server\n\n## Introduction\n\nins 图片默认是下载不了的。so 解析一下\n\n## Run\n\n```\ngit clone [repo]\npipenv shell\n```\n\n在 `app/config` 目录下新建 `secure.py` \n\n```python\nimport os\nfrom dotenv import load_dotenv\n\nload_dotenv()\n\nenviron = os.getenv('FLASK_ENV', 'development')\n\nMY_HEADERS = {\n    'Referer': 'https://www.instagram.com/',\n    'User-Agent': '', \n}\n\nif environ == 'production':\n\n    MY_PROXIES = {}\n\nelse:\n\n    MY_PROXIES = {\n        'http': 'socks5://host:port',\n        'https': 'socks5://host:port'\n    }\n```\n\n然后\n\n```\npipenv shell\npython manage.py\n```\n\n## Deployment\n\n### 这次使用的是 Heroku Git 部署\n\n- 首先安装 [heroku cli](https://devcenter.heroku.com/articles/heroku-cli)\n- 项目根目录下创建 `Procfile`\n- `heroku create your-app`\n- `heroku config:set FLASK_ENV=production`\n- `git add . \u0026\u0026 git commit -m \"xxx\" \u0026\u0026 git push heroku master`\n- 等待构建完成,访问网址即可\n\n## Demo Site\n\n- [ins](http://ins.ronething.com)\n\n## Change Log\n\n- Sun Apr 14 22:02:50 first version\n\n## Acknowledgement\n\n- [you-get](https://github.com/soimort/you-get)\n- [Instagram_crawler](https://github.com/linqingmaoer/Instagram_crawler)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fins-tool-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronething%2Fins-tool-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fins-tool-server/lists"}