{"id":15497040,"url":"https://github.com/zaneh/social-info","last_synced_at":"2025-10-25T09:09:01.191Z","repository":{"id":41359833,"uuid":"509261827","full_name":"ZaneH/social-info","owner":"ZaneH","description":"Scrape followers from Twitter, Instagram, and TikTok","archived":false,"fork":false,"pushed_at":"2022-07-01T01:21:12.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T19:03:09.131Z","etag":null,"topics":["instagram-api","python","python-bot","social-media","tiktok-api","twitter-api"],"latest_commit_sha":null,"homepage":"","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/ZaneH.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":"2022-06-30T23:29:47.000Z","updated_at":"2024-01-30T20:47:58.000Z","dependencies_parsed_at":"2022-08-25T08:11:32.812Z","dependency_job_id":null,"html_url":"https://github.com/ZaneH/social-info","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/ZaneH%2Fsocial-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fsocial-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fsocial-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZaneH%2Fsocial-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZaneH","download_url":"https://codeload.github.com/ZaneH/social-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250328985,"owners_count":21412730,"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":["instagram-api","python","python-bot","social-media","tiktok-api","twitter-api"],"created_at":"2024-10-02T08:30:15.769Z","updated_at":"2025-10-25T09:08:56.139Z","avatar_url":"https://github.com/ZaneH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social Info\nGet info about the followers of another account. Works with Twitter, Instagram and TikTok.\nOptionally output the data to a CSV with the following info...\n\n```\n# twitter csv headers\nid,username,followers_count,following_count,tweet_count,listed_count,verified\n\n# instagram csv headers\npk,username,full_name,is_private,profile_pic_url,profile_pic_id,is_verified,follow_friction_type,growth_friction_info,has_anonymous_profile_picture,has_highlight_reels,transparency_product_enabled,account_badges,latest_reel_media,reel_auto_archive,allowed_commenter_type,interop_messaging_user_fbid,fbid_v2,liked_clips_count,all_media_count,linked_fb_info,follower_count,following_count,mutual_followers_count,is_new_to_instagram\n\n# tiktok csv headers\naccept_private_policy,account_region,ad_cover_url,advance_feature_item_order,advanced_feature_info,apple_account,authority_status,avatar_168x168,avatar_300x300,avatar_larger,avatar_medium,avatar_thumb,avatar_uri,aweme_count,bind_phone,bold_fields,can_set_geofencing,cha_list,comment_filter_status,comment_setting,commerce_user_level,cover_url,create_time,custom_verify,cv_level,download_prompt_ts,download_setting,duet_setting,enterprise_verify_reason,events,favoriting_count,fb_expire_time,follow_status,follower_count,follower_status,followers_detail,following_count,geofencing,google_account,has_email,has_facebook_token,has_insights,has_orders,has_twitter_token,has_youtube_token,hide_search,homepage_bottom_toast,ins_id,is_ad_fake,is_block,is_discipline_member,is_phone_binded,is_star,item_list,language,live_agreement,live_commerce,live_verify,mention_status,mutual_relation_avatars,need_points,need_recommend,nickname,original_musician,platform_sync_info,prevent_download,react_setting,region,relative_users,room_id,search_highlight,sec_uid,secret,share_info,share_qrcode_uri,shield_comment_notice,shield_digg_notice,shield_follow_notice,short_id,show_image_bubble,signature,special_lock,status,stitch_setting,total_favorited,tw_expire_time,twitter_id,twitter_name,type_label,uid,unique_id,unique_id_modify_time,user_canceled,user_mode,user_period,user_rate,user_tags,verification_type,verify_info,video_icon,white_cover_url,with_commerce_entry,with_shop_entry,youtube_channel_id,youtube_channel_title,youtube_expire_time,room_data\n```\n\n## Requirements\nPut your tokens in `env.example.secret` and rename that file to `env.secret` for the script.\n\n- python3, pip\n- RapidAPI token ([for TikTok](https://rapidapi.com/contact-cmWXEDTql/api/scraptik))\n- Twitter Bearer Token\n- Instagram username and password\n\n## Usage\nInstall dependencies:\n```bash\n$ pip3 install -r requirements.txt\n```\n\n```bash\nUsage:\n    social_info.py instagram followers \u003cuser_id\u003e [--inspect | --load-cursor] [\u003coutput.csv\u003e]\n    social_info.py twitter followers \u003cuser_id\u003e [--inspect | --load-cursor] [\u003coutput.csv\u003e]\n    social_info.py tiktok followers \u003cuser_id\u003e [--inspect | --load-cursor] [\u003coutput.csv\u003e]\n    social_info.py (-h | --help)\n\nOptions:\n    --load-cursor       Load cursors from save data (recommended if you're picking up a previous session)\n    -i --inspect        Show the available dictionary keys within a response (won't save output)\n    -h --help           Show this message\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneh%2Fsocial-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaneh%2Fsocial-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaneh%2Fsocial-info/lists"}