{"id":21028675,"url":"https://github.com/bterone/g-searcher","last_synced_at":"2025-11-11T21:44:20.493Z","repository":{"id":37886350,"uuid":"303697704","full_name":"bterone/g-searcher","owner":"bterone","description":"G-Searcher is a dedicated Google Web Crawler! You can upload a CSV containing all your words and let G-Searcher do the rest!","archived":false,"fork":false,"pushed_at":"2023-03-05T18:28:28.000Z","size":6364,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-13T19:15:54.216Z","etag":null,"topics":["elixir","phoenix","phoenix-framework"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bterone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-10-13T12:35:07.000Z","updated_at":"2021-07-07T13:06:47.000Z","dependencies_parsed_at":"2024-11-19T12:07:00.844Z","dependency_job_id":"eb203412-77c7-448b-99eb-0fec122f5061","html_url":"https://github.com/bterone/g-searcher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bterone/g-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bterone%2Fg-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bterone%2Fg-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bterone%2Fg-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bterone%2Fg-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bterone","download_url":"https://codeload.github.com/bterone/g-searcher/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bterone%2Fg-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283937311,"owners_count":26919456,"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-11-11T02:00:06.610Z","response_time":65,"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":["elixir","phoenix","phoenix-framework"],"created_at":"2024-11-19T11:58:42.329Z","updated_at":"2025-11-11T21:44:20.480Z","avatar_url":"https://github.com/bterone.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSearcher\n\n![Build Status](https://github.com/bterone/g-searcher/actions/workflows/test.yml/badge.svg)\n\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003e\u003ch2 style=\"display: inline-block\"\u003eTable of Contents\u003c/h2\u003e\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## About The Project\n\nG-Searcher is a Google Web Scraper. You upload a CSV with all the keywords you want searched, and let G-Searcher handle the rest!\n\n- Upload CSV files for massive queries 📝\n- Google Authentication 👮‍♀️\n- Dedicated API endpoints 🎯\n- Advanced filters to search through all your queries 🔎\n- Sleek modern dashboard for your data needs 👩‍🏫\n\n### Built With\n\n* [Erlang/OTP 23.2.4](https://www.erlang.org/)\n* [Elixir 1.11.3](https://elixir-lang.org/)\n* [Phoenix Framework 1.5.5](https://phoenixframework.org/)\n\n## Getting Started\n\n### Prerequisites\n\nYou will require\n\n* Docker\n* [OAuth 2.0 Credentials](https://developers.google.com/identity/protocols/oauth2)\n\n### Installation\n\nTo start G-Searcher:\n\n  * Clone the repo\n    ```sh\n    git clone https://github.com/bterone/g-searcher\n    ```\n  * Install dependencies \n    ```sh\n    mix deps.get\n    ```\n  * Start docker container\n    ```sh\n    docker compose -f docker-compose.dev.yml up -d\n    ```\n  * Create and migrate your database \n    ```sh\n    mix ecto.setup\n    ```\n  * Install Node.js dependencies with `npm install` inside the `assets` directory\n  * Fill in Oauth credientials to `dev.exs`\n    ```elixir\n    config :ueberauth, Ueberauth.Strategy.Google.OAuth,\n      client_id: \"\u003cGOOGLE CLIENT ID\u003e\",\n      client_secret: \"\u003cGOOGLE CLIENT SECRET\u003e\"\n    ```\n  * Start Phoenix endpoint with \n    ```sh\n    mix phx.server\n    ```\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbterone%2Fg-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbterone%2Fg-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbterone%2Fg-searcher/lists"}