{"id":22557985,"url":"https://github.com/jd-apprentice/instagram-to-discord","last_synced_at":"2026-02-13T11:19:08.649Z","repository":{"id":183161944,"uuid":"657826172","full_name":"jd-apprentice/instagram-to-discord","owner":"jd-apprentice","description":"➡ Downloader data from instagram and send it to discord","archived":false,"fork":false,"pushed_at":"2023-09-17T23:28:23.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T11:45:46.519Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/instagram-to-discord","language":"Python","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/jd-apprentice.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":"2023-06-24T00:32:01.000Z","updated_at":"2023-06-28T23:25:34.000Z","dependencies_parsed_at":"2023-12-23T07:51:46.895Z","dependency_job_id":null,"html_url":"https://github.com/jd-apprentice/instagram-to-discord","commit_stats":null,"previous_names":["jd-apprentice/instagram-to-discord"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jd-apprentice/instagram-to-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Finstagram-to-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Finstagram-to-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Finstagram-to-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Finstagram-to-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jd-apprentice","download_url":"https://codeload.github.com/jd-apprentice/instagram-to-discord/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Finstagram-to-discord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29403730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python"],"created_at":"2024-12-07T20:10:22.971Z","updated_at":"2026-02-13T11:19:08.642Z","avatar_url":"https://github.com/jd-apprentice.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instagram to Discord 💙\n\n![IMAGE](https://i.ytimg.com/vi/bawUOnhbdLw/maxresdefault.jpg)\n\n\n\u003ca href=\"https://pypi.org/project/instagram-to-discord/\"\u003e\u003cimg src=\"https://img.shields.io/badge/pip-install-blue\"\u003e\u003c/a\u003e\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/instagram-to-discord.svg?logo=python\u0026logoColor=FFE873)](https://pypi.org/project/instagram-to-discord/)\n[![PyPI downloads](https://img.shields.io/pypi/dm/instagram-to-discord.svg)](https://pypistats.org/packages/instagram-to-discord)\n[![PyPI version](https://img.shields.io/pypi/v/instagram-to-discord.svg?logo=pypi\u0026logoColor=FFE873)](https://pypi.org/project/instagram-to-discord/)\n[![Licence](https://img.shields.io/github/license/jd-apprentice/pypistats.svg)](LICENSE)\n\n## Description 📝\n\nThis is a simple abstraction layer for the Instagram API, which allows you to get the latest posts from a user and send them to a Discord channel.\n\n## How it works? ⁉\n\n![image](https://github.com/jd-apprentice/instagram-to-discord/assets/68082746/368fe303-f714-4572-86c5-064f08daeb19)\n\n## Installation 📦\n\n```bash\npip install instagram-to-discord\n```\n\nOr you can install it from the source code:\n\n```bash\ngit clone https://github.com/jd-apprentice/instagram-to-discord.git\ncd instagram-to-discord\npip install requirements.txt\n```\n\n## Usage 📸\n\n#### Get data from instagram\n\nFor that we have a script called `fetch_posts.sh` localed in `utils/` folder. You can use it like this:\n\n```bash\nsh utils/fetch_posts.sh \u003cusername\u003e\n```\n\nOr if you use Windows:\n\n```ps1\nscript.bat \u003cusername\u003e\n```\n\nThis will create a folder with the name of the user and inside it will be the photos and videos that the user has uploaded.\n\n```py\nimport os\nfrom instagram-to-discord import DiscordInstagramPoster\n\ncurrent_folder = os.getcwd()\nask_directory = input(\"Enter the directory where the photos are stored (Your Instagram username): \")\nfolder_path = os.path.abspath(os.path.join(current_folder, ask_directory))\nwebhook_url = \"YOUR_WEBHOOK_URL\"\n\nfooter_text = \"This is my title\"\nfooter_url = \"https://cdn.mos.cms.futurecdn.net/SeV6kiGf8ZsKGKNBrALzJN.jpg\"\ntitle = \"!Sample Title!\"\n\ndiscord_instagram_poster = DiscordInstagramPoster({\n    \"webhook_url\": webhook_url,\n    \"footer_text\": footer_text,\n    \"footer_icon\": footer_url,\n    \"title\": title\n})\ndiscord_instagram_poster.get_latest_json(folder_path)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-apprentice%2Finstagram-to-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjd-apprentice%2Finstagram-to-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-apprentice%2Finstagram-to-discord/lists"}