Repository Analysis

subzeroid/instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2026 with HikerAPI SaaS

24.3 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of subzeroid/instagrapi, a Python project with 6,724 GitHub stars. SynthScan v2.0 examined 62,218 lines of code across 211 source files, recording 1642 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 24.3 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

24.3
Adjusted Score
24.3
Raw Score
100%
Time Factor
2026-08-26
Last Push
6.7K
Stars
Python
Language
62.2K
Lines of Code
211
Files
1.6K
Pattern Hits
2026-08-29
Scan Date
0.02
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 1HIGH 4MEDIUM 23LOW 1614

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1642 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hyper-Verbose Identifiers1097 hits · 986 pts
SeverityFileLineSnippetContext
LOWinstagrapi/story.py20def _import_moviepy_for_story():CODE
LOWinstagrapi/extractors.py51def _normalize_media_gql_typename(data):CODE
LOWinstagrapi/extractors.py193def extract_media_comments_preview_gql(data):CODE
LOWinstagrapi/extractors.py205def extract_media_inline_comment_gql(data, replied_to_comment_id=None):CODE
LOWinstagrapi/extractors.py284def extract_broadcast_channel(data):CODE
LOWinstagrapi/extractors.py406def extract_direct_short_thread(data):CODE
LOWinstagrapi/extractors.py416def _direct_timestamp_from_microseconds(timestamp):CODE
LOWinstagrapi/extractors.py430def _convert_direct_visual_media_timestamps(visual_media):CODE
LOWinstagrapi/extractors.py658def extract_story_archive_day(data):CODE
LOWinstagrapi/mixins/auth.py145 def set_contact_point_prefill(self, usage: str = "prefill") -> Dict:CODE
LOWinstagrapi/mixins/auth.py203 def _timeline_seen_posts_from_response(self, response: Dict) -> List[str]:CODE
LOWinstagrapi/mixins/auth.py216 def _remember_timeline_seen_posts(self, response: Dict) -> None:CODE
LOWinstagrapi/mixins/auth.py227 def _join_timeline_seen_posts(seen_posts: Union[str, Iterable[str], None]) -> str:CODE
LOWinstagrapi/mixins/auth.py248 def _timeline_feed_view_info_json(self, feed_view_info: Union[str, List[Dict], None], seen_posts: str) -> str:CODE
LOWinstagrapi/mixins/auth.py258 def _timeline_session_level_signals_json() -> str:CODE
LOWinstagrapi/mixins/auth.py486 def _find_login_response_value(self, data: Any, key: str) -> Any:CODE
LOWinstagrapi/mixins/auth.py502 def _extract_two_step_verification_context(self, data: Dict) -> str:CODE
LOWinstagrapi/mixins/auth.py529 def _infer_bloks_two_factor_challenge(self, data: Dict, verification_code: str = "") -> str:CODE
LOWinstagrapi/mixins/auth.py564 def _login_with_bloks_two_factor(self, verification_code: str, login_json: Dict, exc: Exception) -> bool:CODE
LOWinstagrapi/mixins/auth.py663 def _user_short_from_private_stream(self, user_id: str) -> UserShort:CODE
LOWinstagrapi/mixins/auth.py1165 def is_current_or_newer_app_version(value: Any) -> bool:CODE
LOWinstagrapi/mixins/auth.py1276 def generate_android_device_id(self) -> str:CODE
LOWinstagrapi/mixins/auth.py1376 def inject_sessionid_to_public(self) -> bool:CODE
LOWinstagrapi/mixins/bloks.py156 def bloks_challenge_take_challenge(CODE
LOWinstagrapi/mixins/bloks.py195 def bloks_fxcal_link_reels_share(CODE
LOWinstagrapi/mixins/bloks.py233 def bloks_two_step_verification_entrypoint(CODE
LOWinstagrapi/mixins/bloks.py276 def bloks_two_step_verification_method_picker(CODE
LOWinstagrapi/mixins/bloks.py310 def bloks_two_step_verification_select_method(CODE
LOWinstagrapi/mixins/bloks.py354 def bloks_two_step_verification_enter_totp_code(CODE
LOWinstagrapi/mixins/bloks.py383 def bloks_two_step_verification_enter_backup_code(CODE
LOWinstagrapi/mixins/bloks.py412 def bloks_two_step_verification_verify_code(CODE
LOWinstagrapi/mixins/bloks.py516 def bloks_caa_login_process_client_data(CODE
LOWinstagrapi/mixins/bloks.py562 def bloks_caa_login_oauth_token_fetch(CODE
LOWinstagrapi/mixins/bloks.py637 def bloks_caa_login_send_request(CODE
LOWinstagrapi/mixins/bloks.py846 def bloks_caa_login_needs_two_step(self, result: Dict) -> bool:CODE
LOWinstagrapi/mixins/bloks.py851 def _bloks_parenthesized_expression(value: str, start: int) -> str:CODE
LOWinstagrapi/mixins/bloks.py895 def bloks_extract_context_data(self, result: Dict, app_id: str) -> str:CODE
LOWinstagrapi/mixins/bloks.py931 def bloks_ap_two_step_verification_entrypoint(CODE
LOWinstagrapi/mixins/bloks.py963 def bloks_ap_two_step_verification_code_entry(CODE
LOWinstagrapi/mixins/bloks.py988 def bloks_ap_two_step_verification_submit_code(CODE
LOWinstagrapi/mixins/bloks.py1020 def bloks_caa_resolve_two_step_verification(CODE
LOWinstagrapi/mixins/bloks.py1084 def _extract_first_json_string(value: str, start: int) -> str:CODE
LOWinstagrapi/mixins/bloks.py1094 def bloks_extract_two_step_verification_context(self, result: Dict) -> str:CODE
LOWinstagrapi/mixins/bloks.py1121 def bloks_extract_login_response(self, result: Dict) -> Dict[str, Any]:CODE
LOWinstagrapi/mixins/bloks.py1171 def bloks_apply_login_response(self, result: Dict) -> bool:CODE
LOWinstagrapi/mixins/user.py1259 def user_follow_requests_chunk(self, max_amount: int = 0, max_id: str = "") -> Tuple[List[UserShort], str]:CODE
LOWinstagrapi/mixins/user.py68 def _user_info_by_username_public(self, username: str) -> User:CODE
LOWinstagrapi/mixins/user.py154 def user_web_profile_info_gql(self, user_id: str) -> dict:CODE
LOWinstagrapi/mixins/user.py176 def username_from_user_id_gql(self, user_id: str) -> str:CODE
LOWinstagrapi/mixins/user.py225 def user_info_by_username_gql(self, username: str) -> User:CODE
LOWinstagrapi/mixins/user.py312 def _normalize_polaris_profile(user_data: dict) -> dict:CODE
LOWinstagrapi/mixins/user.py1104 def user_followers_private_gql_chunk(CODE
LOWinstagrapi/mixins/user.py1154 def user_followers_private_gql(CODE
LOWinstagrapi/mixins/user.py1313 def user_follow_request_approve(self, user_id: str) -> bool:CODE
LOWinstagrapi/mixins/user.py1335 def user_follow_request_decline(self, user_id: str) -> bool:CODE
LOWinstagrapi/mixins/user.py1357 def user_follow_requests_approve(self, user_ids: List[str]) -> Dict[str, bool]:CODE
LOWinstagrapi/mixins/user.py1372 def user_follow_requests_decline(self, user_ids: List[str]) -> Dict[str, bool]:CODE
LOWinstagrapi/mixins/user.py1675 def unmute_stories_from_follow(self, user_id: str) -> bool:CODE
LOWinstagrapi/mixins/user.py1691 def enable_posts_notifications(self, user_id: str, disable: bool = False) -> bool:CODE
LOWinstagrapi/mixins/user.py1714 def disable_posts_notifications(self, user_id: str) -> bool:CODE
1037 more matches not shown…
Excessive Try-Catch Wrapping175 hits · 194 pts
SeverityFileLineSnippetContext
LOWinstagrapi/story.py25 except Exception as exc:CODE
MEDIUMinstagrapi/story.py20def _import_moviepy_for_story():CODE
LOWinstagrapi/image_util.py216 except Exception as exc:CODE
LOWinstagrapi/mixins/auth.py1413 except Exception as e:CODE
LOWinstagrapi/mixins/bloks.py677 except Exception:CODE
LOWinstagrapi/mixins/story.py230 except Exception as e:CODE
LOWinstagrapi/mixins/story.py238 except Exception as e:CODE
MEDIUMinstagrapi/mixins/user.py272def _inject_sessionid_for_v2_gql(self) -> None:CODE
LOWinstagrapi/mixins/user.py1242 except Exception as e:CODE
LOWinstagrapi/mixins/user.py1249 except Exception as e:CODE
LOWinstagrapi/mixins/user.py275 except Exception as exc:CODE
LOWinstagrapi/mixins/user.py371 except Exception as e:CODE
LOWinstagrapi/mixins/user.py378 except Exception as e:CODE
LOWinstagrapi/mixins/user.py499 except Exception as e:CODE
LOWinstagrapi/mixins/user.py506 except Exception as e:CODE
LOWinstagrapi/mixins/user.py881 except Exception as e:CODE
LOWinstagrapi/mixins/user.py888 except Exception as e:CODE
LOWinstagrapi/mixins/user.py1409 except Exception as e:CODE
LOWinstagrapi/mixins/public.py397 except Exception:CODE
MEDIUMinstagrapi/mixins/public.py144def _build_public_session_retry_strategy(self):CODE
LOWinstagrapi/mixins/graphql.py290 except Exception:CODE
MEDIUMinstagrapi/mixins/graphql.py155def _json_from_graphql_response(self, response):CODE
MEDIUMinstagrapi/mixins/media.py1252def public_lookup():CODE
MEDIUMinstagrapi/mixins/media.py1365def public_lookup():CODE
LOWinstagrapi/mixins/media.py55 except Exception:CODE
LOWinstagrapi/mixins/media.py245 except Exception as e:CODE
LOWinstagrapi/mixins/media.py256 except Exception as e:CODE
LOWinstagrapi/mixins/media.py291 except Exception as e:CODE
LOWinstagrapi/mixins/media.py302 except Exception as e:CODE
LOWinstagrapi/mixins/media.py695 except Exception as e:CODE
LOWinstagrapi/mixins/media.py702 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1097 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1136 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1183 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1222 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1267 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1278 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1379 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1388 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1430 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1469 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1819 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1854 except Exception as e:CODE
LOWinstagrapi/mixins/media.py1885 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2032 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2059 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2085 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2106 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2129 except Exception as e:CODE
LOWinstagrapi/mixins/media.py2150 except Exception as e:CODE
LOWinstagrapi/mixins/timeline.py103 except Exception as e:CODE
LOWinstagrapi/mixins/signup.py173 except Exception:CODE
LOWinstagrapi/mixins/signup.py996 except Exception as e:CODE
LOWinstagrapi/mixins/album.py256 except Exception as e:CODE
LOWinstagrapi/mixins/captcha.py78 except Exception as e:CODE
LOWinstagrapi/mixins/hashtag.py159 except Exception:CODE
LOWinstagrapi/mixins/hashtag.py198 except Exception:CODE
LOWinstagrapi/mixins/hashtag.py312 except Exception as e:CODE
LOWinstagrapi/mixins/hashtag.py322 except Exception as e:CODE
MEDIUMinstagrapi/mixins/hashtag.py296def public_lookup():CODE
115 more matches not shown…
Unused Imports210 hits · 160 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/auth.py18CODE
LOWinstagrapi/utils/__init__.py1CODE
LOWinstagrapi/utils/__init__.py1CODE
LOWinstagrapi/utils/__init__.py1CODE
LOWinstagrapi/utils/__init__.py1CODE
LOWinstagrapi/utils/__init__.py7CODE
LOWinstagrapi/utils/__init__.py8CODE
LOWinstagrapi/utils/__init__.py8CODE
LOWinstagrapi/utils/__init__.py8CODE
LOWinstagrapi/utils/__init__.py9CODE
LOWinstagrapi/utils/__init__.py9CODE
LOWinstagrapi/utils/__init__.py10CODE
LOWinstagrapi/realtime/__init__.py1CODE
LOWinstagrapi/realtime/__init__.py2CODE
LOWinstagrapi/realtime/__init__.py2CODE
LOWtests/__init__.py1CODE
LOWtests/__init__.py2CODE
LOWtests/__init__.py3CODE
LOWtests/__init__.py4CODE
LOWtests/__init__.py4CODE
LOWtests/__init__.py4CODE
LOWtests/__init__.py9CODE
LOWtests/__init__.py10CODE
LOWtests/__init__.py10CODE
LOWtests/__init__.py11CODE
LOWtests/__init__.py11CODE
LOWtests/__init__.py11CODE
LOWtests/__init__.py11CODE
LOWtests/__init__.py17CODE
LOWtests/__init__.py18CODE
LOWtests/__init__.py19CODE
LOWtests/__init__.py20CODE
LOWtests/__init__.py21CODE
LOWtests/__init__.py21CODE
LOWtests/__init__.py21CODE
LOWtests/__init__.py21CODE
LOWtests/__init__.py27CODE
LOWtests/__init__.py28CODE
LOWtests/__init__.py28CODE
LOWtests/__init__.py29CODE
LOWtests/__init__.py30CODE
LOWtests/__init__.py31CODE
LOWtests/__init__.py32CODE
LOWtests/__init__.py33CODE
LOWtests/__init__.py34CODE
LOWtests/__init__.py34CODE
LOWtests/__init__.py34CODE
LOWtests/__init__.py39CODE
LOWtests/__init__.py39CODE
LOWtests/__init__.py39CODE
LOWtests/__init__.py39CODE
LOWtests/__init__.py45CODE
LOWtests/__init__.py46CODE
LOWtests/__init__.py47CODE
LOWtests/__init__.py48CODE
LOWtests/__init__.py49CODE
LOWtests/__init__.py50CODE
LOWtests/__init__.py51CODE
LOWtests/__init__.py51CODE
LOWtests/__init__.py55CODE
150 more matches not shown…
Deep Nesting93 hits · 64 pts
SeverityFileLineSnippetContext
LOWinstagrapi/extractors.py430CODE
LOWinstagrapi/mixins/auth.py486CODE
LOWinstagrapi/mixins/auth.py713CODE
LOWinstagrapi/mixins/bloks.py831CODE
LOWinstagrapi/mixins/bloks.py851CODE
LOWinstagrapi/mixins/bloks.py895CODE
LOWinstagrapi/mixins/bloks.py1060CODE
LOWinstagrapi/mixins/story.py349CODE
LOWinstagrapi/mixins/user.py350CODE
LOWinstagrapi/mixins/user.py478CODE
LOWinstagrapi/mixins/user.py857CODE
LOWinstagrapi/mixins/user.py1204CODE
LOWinstagrapi/mixins/fbsearch.py14CODE
LOWinstagrapi/mixins/public.py266CODE
LOWinstagrapi/mixins/graphql.py207CODE
LOWinstagrapi/mixins/media.py249CODE
LOWinstagrapi/mixins/media.py295CODE
LOWinstagrapi/mixins/media.py674CODE
LOWinstagrapi/mixins/signup.py111CODE
LOWinstagrapi/mixins/signup.py215CODE
LOWinstagrapi/mixins/signup.py243CODE
LOWinstagrapi/mixins/signup.py676CODE
LOWinstagrapi/mixins/signup.py919CODE
LOWinstagrapi/mixins/album.py363CODE
LOWinstagrapi/mixins/crossposting.py172CODE
LOWinstagrapi/mixins/crossposting.py220CODE
LOWinstagrapi/mixins/crossposting.py339CODE
LOWinstagrapi/mixins/clip.py489CODE
LOWinstagrapi/mixins/clip.py1016CODE
LOWinstagrapi/mixins/challenge.py378CODE
LOWinstagrapi/mixins/challenge.py489CODE
LOWinstagrapi/mixins/video.py640CODE
LOWinstagrapi/mixins/private.py416CODE
LOWinstagrapi/utils/video.py56CODE
LOWinstagrapi/utils/serialization.py8CODE
LOWinstagrapi/realtime/mqttot.py484CODE
LOWinstagrapi/realtime/fbns.py254CODE
LOWtests/live/test_download.py53CODE
LOWtests/live/test_direct.py313CODE
LOWtests/live/test_direct.py470CODE
LOWtests/live/test_direct.py517CODE
LOWtests/live/test_direct.py549CODE
LOWtests/live/test_direct.py576CODE
LOWtests/live/test_direct.py598CODE
LOWtests/live/test_direct.py661CODE
LOWtests/live/test_realtime.py64CODE
LOWtests/live/test_story.py338CODE
LOWtests/live/test_story.py162CODE
LOWtests/live/test_fbns.py61CODE
LOWtests/regression/test_retry.py146CODE
LOWtests/regression/test_challenge.py630CODE
LOWtests/regression/test_challenge.py652CODE
LOWtests/regression/test_challenge.py687CODE
LOWtests/regression/test_public.py192CODE
LOWtests/regression/test_signup.py306CODE
LOWtests/regression/test_signup.py352CODE
LOWtests/regression/test_signup.py546CODE
LOWtests/regression/test_signup.py623CODE
LOWtests/regression/test_upload.py775CODE
LOWtests/regression/test_upload.py1365CODE
33 more matches not shown…
AI Structural Patterns27 hits · 23 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/auth.py1043CODE
LOWinstagrapi/mixins/bloks.py412CODE
LOWinstagrapi/mixins/bloks.py637CODE
LOWinstagrapi/mixins/user.py270CODE
LOWinstagrapi/mixins/user.py2372CODE
LOWinstagrapi/mixins/fbsearch.py109CODE
LOWinstagrapi/mixins/public.py569CODE
LOWinstagrapi/mixins/media.py395CODE
LOWinstagrapi/mixins/media.py788CODE
LOWinstagrapi/mixins/signup.py843CODE
LOWinstagrapi/mixins/album.py127CODE
LOWinstagrapi/mixins/album.py275CODE
LOWinstagrapi/mixins/crossposting.py621CODE
LOWinstagrapi/mixins/photo.py250CODE
LOWinstagrapi/mixins/photo.py389CODE
LOWinstagrapi/mixins/photo.py556CODE
LOWinstagrapi/mixins/photo.py646CODE
LOWinstagrapi/mixins/photo.py730CODE
LOWinstagrapi/mixins/clip.py730CODE
LOWinstagrapi/mixins/clip.py1160CODE
LOWinstagrapi/mixins/video.py198CODE
LOWinstagrapi/mixins/video.py281CODE
LOWinstagrapi/mixins/video.py436CODE
LOWinstagrapi/mixins/video.py640CODE
LOWinstagrapi/mixins/video.py763CODE
LOWinstagrapi/mixins/video.py813CODE
LOWinstagrapi/realtime/client.py186CODE
Cross-File Repetition4 hits · 20 pts
SeverityFileLineSnippetContext
HIGHinstagrapi/mixins/igtv.py0response 202 status: {"message": "transcode not finished yet.", "status": "fail"}STRING
HIGHinstagrapi/mixins/album.py0response 202 status: {"message": "transcode not finished yet.", "status": "fail"}STRING
HIGHinstagrapi/mixins/clip.py0response 202 status: {"message": "transcode not finished yet.", "status": "fail"}STRING
HIGHinstagrapi/mixins/video.py0response 202 status: {"message": "transcode not finished yet.", "status": "fail"}STRING
Decorative Section Separators4 hits · 16 pts
SeverityFileLineSnippetContext
MEDIUMinstagrapi/mixins/video.py897 # ---------------------------------COMMENT
MEDIUMinstagrapi/mixins/video.py900 # ---------------------------------COMMENT
MEDIUMinstagrapi/mixins/video.py909 # ---------------------------------COMMENT
MEDIUMinstagrapi/mixins/video.py885 # ---------------------------------COMMENT
Fake / Example Data9 hits · 12 pts
SeverityFileLineSnippetContext
LOWtests/regression/test_account.py37 result = client.send_password_reset("user@example.com")CODE
LOWtests/regression/test_account.py46 "email_or_username": "user@example.com",CODE
LOWtests/regression/test_account.py59 client.send_password_reset("user@example.com", recaptcha_challenge_field="challenge")CODE
LOWdocs/usage-guide/direct.md127DirectMessage(id=300761992574947211231231241955932160, user_id=123123123, thread_id=None, timestamp=datetime.datetime(20CODE
LOWdocs/usage-guide/direct.md127DirectMessage(id=300761992574947211231231241955932160, user_id=123123123, thread_id=None, timestamp=datetime.datetime(20CODE
LOWdocs/usage-guide/direct.md162DirectMessage(id=300712312341231237412312312360, user_id=12312312, thread_id=None, timestamp=datetime.datetime(2021, 8, CODE
LOWdocs/usage-guide/direct.md162DirectMessage(id=300712312341231237412312312360, user_id=12312312, thread_id=None, timestamp=datetime.datetime(2021, 8, CODE
LOWdocs/usage-guide/direct.md165DirectMessage(id=300712312341231237412312312360, user_id=12312312, thread_id=None, timestamp=datetime.datetime(2021, 8, CODE
LOWdocs/usage-guide/direct.md165DirectMessage(id=300712312341231237412312312360, user_id=12312312, thread_id=None, timestamp=datetime.datetime(2021, 8, CODE
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippetContext
CRITICALtests/live/test_device.py30 request_user_agent = self.cl.last_response.request.headers.get("User-Agent")CODE
Over-Commented Block8 hits · 8 pts
SeverityFileLineSnippetContext
LOWinstagrapi/config.py41 },COMMENT
LOWinstagrapi/mixins/video.py881 story_sticker_ids = []COMMENT
LOWinstagrapi/mixins/video.py901 # SEGMENT MODE (when file is too big):COMMENT
LOWinstagrapi/mixins/video.py941 "camera_position": "back",COMMENT
LOWtests/live/test_story.py821# class BloksTestCase(_helpers.ClientPrivateTestCase):COMMENT
LOWexamples/create_sticker.py21# sticker_ai = cl.photo_upload_to_cutout_sticker(image_path, bypass_ai=False)COMMENT
LOW.github/workflows/publish.yml1name: Publish to PyPICOMMENT
LOW.github/workflows/codeql-analysis.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
Verbosity Indicators4 hits · 8 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/direct.py880 # Step 3: signed broadcast to raven_attachment/?video=1.COMMENT
LOWinstagrapi/mixins/direct.py1131 # Step 3: broadcast voice_attachment with media_id as attachment_fbid.COMMENT
LOWexamples/load_session_cookie.py130 # Step 1: Try saved session firstCOMMENT
LOWexamples/load_session_cookie.py137 # Step 2: Try browser cookiesCOMMENT
Structural Annotation Overuse4 hits · 8 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/direct.py880 # Step 3: signed broadcast to raven_attachment/?video=1.COMMENT
LOWinstagrapi/mixins/direct.py1131 # Step 3: broadcast voice_attachment with media_id as attachment_fbid.COMMENT
LOWexamples/load_session_cookie.py130 # Step 1: Try saved session firstCOMMENT
LOWexamples/load_session_cookie.py137 # Step 2: Try browser cookiesCOMMENT
Modern Structural Boilerplate5 hits · 5 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/user.py41logger = logging.getLogger(__name__)CODE
LOWinstagrapi/mixins/captcha.py16 def set_captcha_handler(self, handler: Optional[Callable[[Dict], str]]) -> None:CODE
LOWinstagrapi/utils/__init__.py12__all__ = [CODE
LOWinstagrapi/realtime/__init__.py4__all__ = ["FbnsClient", "FbnsDeviceAuth", "RealtimeClient"]CODE
LOWtests/helpers.py486__all__ = [name for name in globals() if not name.startswith("_") and name not in _HELPER_ONLY_NAMES]CODE
TODO Padding1 hit · 2 pts
SeverityFileLineSnippetContext
LOWinstagrapi/mixins/challenge.py674 # TODO: add validation of account detailsCOMMENT