{"id":27303008,"url":"https://github.com/guillermo-carrasco/social_ids","last_synced_at":"2025-04-12T02:49:41.221Z","repository":{"id":57469066,"uuid":"72522680","full_name":"guillermo-carrasco/social_ids","owner":"guillermo-carrasco","description":"Get user ids from social network handlers","archived":false,"fork":false,"pushed_at":"2017-01-13T12:55:55.000Z","size":12,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T18:58:17.031Z","etag":null,"topics":["cli","facebook","instagram","social-ids","social-network","twitter"],"latest_commit_sha":null,"homepage":null,"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/guillermo-carrasco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-01T09:37:26.000Z","updated_at":"2023-05-11T21:41:24.000Z","dependencies_parsed_at":"2022-09-19T10:10:21.265Z","dependency_job_id":null,"html_url":"https://github.com/guillermo-carrasco/social_ids","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillermo-carrasco%2Fsocial_ids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillermo-carrasco%2Fsocial_ids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillermo-carrasco%2Fsocial_ids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillermo-carrasco%2Fsocial_ids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillermo-carrasco","download_url":"https://codeload.github.com/guillermo-carrasco/social_ids/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248508946,"owners_count":21115900,"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":["cli","facebook","instagram","social-ids","social-network","twitter"],"created_at":"2025-04-12T02:49:40.345Z","updated_at":"2025-04-12T02:49:41.188Z","avatar_url":"https://github.com/guillermo-carrasco.png","language":"Python","funding_links":[],"categories":["Exfiltration"],"sub_categories":["Purple Team"],"readme":"# Social IDs\n\n[![Build Status](https://travis-ci.org/guillermo-carrasco/social_ids.svg?branch=master)](https://travis-ci.org/guillermo-carrasco/social_ids)[![PyPI version](https://badge.fury.io/py/social_ids.svg)](https://badge.fury.io/py/social_ids)\n\n## What?\nGet user ids from social network handlers\n\n## Why?\nIf you're a developer and work with social networks you'll know that getting the user ID is not straightforward. Usually\nyou have to use some sort of SDK and configure access tokens to get that information.\n\nInspired in [ids_please][ids_please] package for Ruby I created this Python tool so that you can\nuse it as a CLI tool or import it in your code. No need for tokens or SDKs, it does search for the ID\nwithin the page source.\n\n## How?\n\n`pip install social_ids`\n\n#### As CLI tool\nQuite simple:\n\n```\n~\u003e socialid --help\nUsage: socialid [OPTIONS] NETWORK HANDLER\n\nOptions:\n  --help  Show this message and exit.\n```\n\n#### As a package to import in your code\nSimple as well\n\n```python\n# Import the networks you want\nfrom social_ids.networks import facebook\n\n# Then use the get_id method with the handler\n_id = facebook.get_id('zuck')\n```\n\n## Networks\n\nRight now social_ids works with:\n\n* Facebook\n* Twitter\n* Instagram\n\n## Notes\nRecently [2017-01-13] discovered that, at least for Twitter, the ID won't appear in the source code\nuntil the first post has been created. So a Twitter account without any post won't be found by social_ids.\n\n\n[ids_please]: https://github.com/gazay/ids_please\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillermo-carrasco%2Fsocial_ids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillermo-carrasco%2Fsocial_ids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillermo-carrasco%2Fsocial_ids/lists"}