{"id":22620544,"url":"https://github.com/dbrennand/ginsight","last_synced_at":"2025-08-12T16:07:16.752Z","repository":{"id":52312965,"uuid":"161489887","full_name":"dbrennand/ginsight","owner":"dbrennand","description":"A tiny wrapper for Google's PageSpeed Insight API.","archived":false,"fork":false,"pushed_at":"2022-12-08T05:46:30.000Z","size":15,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T04:55:38.813Z","etag":null,"topics":["google","google-api","pagespeed","pagespeed-insights","pagespeed-insights-api","python3","wrapper"],"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/dbrennand.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":"2018-12-12T13:08:12.000Z","updated_at":"2022-03-23T12:53:59.000Z","dependencies_parsed_at":"2023-01-25T13:00:55.546Z","dependency_job_id":null,"html_url":"https://github.com/dbrennand/ginsight","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbrennand/ginsight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2Fginsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2Fginsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2Fginsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2Fginsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrennand","download_url":"https://codeload.github.com/dbrennand/ginsight/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrennand%2Fginsight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270091743,"owners_count":24525260,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["google","google-api","pagespeed","pagespeed-insights","pagespeed-insights-api","python3","wrapper"],"created_at":"2024-12-08T22:14:17.662Z","updated_at":"2025-08-12T16:07:16.705Z","avatar_url":"https://github.com/dbrennand.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ginsight\nA tiny wrapper for Google's PageSpeed Insight API.\n\n## Updates\n* 05/07/19: Minor code changes, updated dependencies.\n* 1/01/19: Added support for all parameters to API endpoint. These include:\n    1. catagory: Defaults to Nonetype if not provided.\n    2. strategy: Defaults to string \"Desktop\".\n    3. utm_campaign: Defaults to Nonetype if not provided.\n    4. utm_source: Defaults to Nonetype if not provided.\n\n## Dependencies\n* Python 3\n* Requests\n```\npipenv install\n```\n\n## Example Usage\n```python\nfrom g_insight import g_insight\ninsight = g_insight(\"Insert Key Here.\")\n# Providing the only required parameter.\nprint(insight.check_website(\"https://google.com\"))\n# Using other params.\nprint(insight.check_website(\"https://google.com\", catagory=\"performance\", strategy=\"mobile\", utm_campaign=\"g_insight\", utm_source=\"g_insight\"))\n```\n\n## Authors -- Contributors\n* **dbrennand** - *Author* - [dbrennand](https://github.com/dbrennand)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrennand%2Fginsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrennand%2Fginsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrennand%2Fginsight/lists"}