{"id":19413565,"url":"https://github.com/wisehackermonkey/google-first-page","last_synced_at":"2026-06-13T12:33:08.041Z","repository":{"id":132671409,"uuid":"253142483","full_name":"wisehackermonkey/google-first-page","owner":"wisehackermonkey","description":"gets the url's and text of the first page of google givin search string","archived":false,"fork":false,"pushed_at":"2020-04-05T05:44:43.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T02:45:39.690Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wisehackermonkey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-05T02:47:10.000Z","updated_at":"2020-04-05T05:44:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ecf792d-b5bf-4652-abdf-a561119b1abb","html_url":"https://github.com/wisehackermonkey/google-first-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wisehackermonkey/google-first-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fgoogle-first-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fgoogle-first-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fgoogle-first-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fgoogle-first-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisehackermonkey","download_url":"https://codeload.github.com/wisehackermonkey/google-first-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fgoogle-first-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34285190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-10T12:33:54.968Z","updated_at":"2026-06-13T12:33:08.014Z","avatar_url":"https://github.com/wisehackermonkey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google_first_page\n gets the url's and text of the first page of google givin search string\n\n\n\n## how to install \n```\npip install -r ./google_first_page/requirements.txt\n```\n\n## Build process\n\n### windows\n```\npip freeze | findstr Google-Search-API \u003e\u003e .\\google_first_page\\requirements.txt\n```\n\n### *unix\n```\npip freeze | grep Google-Search-API \u003e\u003e ./google_first_page/requirements.txt\n```\n\n\n-----------\n## deploy to openfaas \n```\nfaas-cli build -f ./google_first_page.yml\ndocker login\nfaas-cli push -f ./google_first_page.yml\nfaas-cli deploy -f ./google_first_page.yml\n```\nor\n```\ndocker login\nfaas-cli up -f ./google_first_page.yml\n```\n\n### Build your own\n\n```\nfaas-cli template pull https://github.com/openfaas-incubator/python3-debian\nfaas-cli new --lang=python3-debian google_first_page\n```\n#### note dont forget to change image tag in google_first_page.yml\n##### from \n```\nversion: 1.0\nprovider:\n  name: openfaas\n  gateway: http://127.0.0.1:8080\nfunctions:\n  google_first_page:\n    lang: python3\n    handler: ./google_first_page\n    image: google_first_page:latest\n```\n\n\n##### to\n```\nversion: 1.0\n\u003c-- snipped --\u003e\n    image: \u003cDOCKER USERNAME HERE\u003e/google_first_page:latest\n```\n\n----\n\n```\nfaas-cli build -f ./google_first_page.yml\ndocker login\nfaas-cli push -f ./google_first_page.yml\nfaas-cli deploy -f ./google_first_page.yml\n```\n##### or\n```\ndocker login\nfaas-cli up -f ./google_first_page.yml\n```\n\n\n## test if works\n```\ncurl http://127.0.0.1:8080/function/google_first_page\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fgoogle-first-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisehackermonkey%2Fgoogle-first-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fgoogle-first-page/lists"}