{"id":26817282,"url":"https://github.com/willandskill/django_social_followers","last_synced_at":"2025-07-13T13:40:36.962Z","repository":{"id":57422069,"uuid":"46347130","full_name":"willandskill/django_social_followers","owner":"willandskill","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-18T07:34:31.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T20:16:41.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willandskill.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}},"created_at":"2015-11-17T12:55:58.000Z","updated_at":"2015-11-17T12:56:54.000Z","dependencies_parsed_at":"2022-09-06T07:12:20.148Z","dependency_job_id":null,"html_url":"https://github.com/willandskill/django_social_followers","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/willandskill/django_social_followers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fdjango_social_followers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fdjango_social_followers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fdjango_social_followers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fdjango_social_followers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willandskill","download_url":"https://codeload.github.com/willandskill/django_social_followers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willandskill%2Fdjango_social_followers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265151840,"owners_count":23719123,"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":"2025-03-30T04:15:54.190Z","updated_at":"2025-07-13T13:40:36.924Z","avatar_url":"https://github.com/willandskill.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Social Followers\n\n\n## Installation\n\n```\npip install django_social_followers\n```\n\n## Configuration\n\n[Create a FACEBOOK App]  (https://developers.facebook.com/apps/) and get your App ID and App Secret\n\n[Create an INSTAGRAM App] (https://instagram.com/developer/clients/manage/ ) and get your Client ID and Client Secret\n\n[Create a TWITTER app] (https://apps.twitter.com/) and get your Consumer Key, Consumer Secret, Access Token and Access Token Secret\n\n**Add your social settings to settings.py**\n\n```javascript\n  \n  FACEBOOK_SETTINGS = {\n    'CLIENT_ID': 'XXXXX',\n    'CLIENT_SECRET': 'XXXX',\n    'GRANT_TYPE': 'client_credentials'\n  }\n  \n  INSTAGRAM_SETTINGS = {\n    'CLIENT_ID': 'XXXXXX',\n    'CLIENT_SECRET': 'XXXXX'\n  }\n\n  TWITTER_SETTINGS = {\n    'CONSUMER_KEY': 'XXXX',\n    'CONSUMER_SECRET_KEY': 'XXXX',\n    'ACCESS_TOKEN_KEY': 'XXXX',\n    'ACCESS_TOKEN_SECRET_KEY':'XXXXXXX'\n  }\n  \n```\n\n## Usage\n\n**Add code to fetch followers**\n\n```\nfrom django_social_followers.social import SocialFollowers\nsocial_followers = SocialFollowers()\n\nfacebook_followers = social_followers.get_facebook_followers('WillAndSkill')\ninstagram_followers = social_followers.get_instagram_followers('389223200')\ntwitter_followers = social_followers.get_twitter_followers('_willandskill')\n\nprint facebook_followers, instagram_followers, twitter_followers\n\n```\n\n**INSTAGRAM USER ID**\n\n[Get your Instagram user id] (http://jelled.com/instagram/lookup-user-id)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillandskill%2Fdjango_social_followers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillandskill%2Fdjango_social_followers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillandskill%2Fdjango_social_followers/lists"}