{"id":24362723,"url":"https://github.com/soheil-r/google-traffic-bot","last_synced_at":"2025-04-10T10:53:10.718Z","repository":{"id":270472500,"uuid":"811863572","full_name":"SoHeil-R/google-traffic-bot","owner":"SoHeil-R","description":"Google Traffic Bot is a simple JavaScript tool designed to improve Google SEO by simulating organic traffic. Built with Electron for a user-friendly interface and Selenium for web automation.","archived":false,"fork":false,"pushed_at":"2024-12-31T12:04:40.000Z","size":50,"stargazers_count":24,"open_issues_count":1,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T09:47:02.001Z","etag":null,"topics":["google-bot","google-seo","google-seo-bot","google-traffic-bot","seo-bot","seobot","seotools"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SoHeil-R.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":"2024-06-07T13:06:55.000Z","updated_at":"2025-03-21T02:37:55.000Z","dependencies_parsed_at":"2024-12-31T13:18:17.265Z","dependency_job_id":"b7d2b931-bb96-4b91-8eff-3d836d6c5df7","html_url":"https://github.com/SoHeil-R/google-traffic-bot","commit_stats":null,"previous_names":["soheil-r/google-traffic-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoHeil-R%2Fgoogle-traffic-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoHeil-R%2Fgoogle-traffic-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoHeil-R%2Fgoogle-traffic-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoHeil-R%2Fgoogle-traffic-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoHeil-R","download_url":"https://codeload.github.com/SoHeil-R/google-traffic-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248204553,"owners_count":21064859,"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":["google-bot","google-seo","google-seo-bot","google-traffic-bot","seo-bot","seobot","seotools"],"created_at":"2025-01-18T22:53:19.396Z","updated_at":"2025-04-10T10:53:10.700Z","avatar_url":"https://github.com/SoHeil-R.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚦 Google Traffic Bot\n\nGoogle Traffic Bot is a simple JavaScript tool designed to improve Google SEO by simulating organic traffic. Built with Electron for a user-friendly interface and Selenium for web automation.\n\n---\n\n## ✨ Features\n\n- 🚗 **Automated Traffic Simulation:** Generate traffic to any website by simulating multiple visitors.\n- 🎯 **Behavior Customization:** Define how bots interact with the site, including scrolling and clicking.\n- 🌐 **Proxy Support:** Rotate through proxy servers to simulate traffic from different locations.\n- 🕵️‍♂️ **Stealth Capabilities:** Include stealth settings to mimic human-like browsing and avoid bot detection mechanisms.\n\n---\n\n## 🛠️ Tech Stack\n\n- **JavaScript**: Core scripting language for traffic simulation.\n- **Node.js**: JavaScript runtime for executing the application.\n- **Electron**: Framework for building the cross-platform desktop application.\n- **Selenium**: Library for automating web browser interactions.\n- **ChromeDriver**: WebDriver for controlling Chrome in Selenium.\n\n---\n\n## 🚨 Prerequisites\n\n### 🖥️ Requires a Display\n\u003e ⚠️ **Note:** This application requires a display to run and **cannot run headless** for now.\n\n### 🛑 Node.js 16 or Higher\nEnsure Node.js 16 or higher is installed:\n\n- **Windows**: Install Node.js using [Chocolatey](https://chocolatey.org/):\n  ```bash\n  choco install nodejs-lts\n  ```\n\n- **Ubuntu**: Install Node.js using the following commands:\n  ```bash\n  sudo apt update\n  sudo apt install -y curl\n  curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -\n  sudo apt install -y nodejs\n  ```\n\n### 🌟 ChromeDriver Installation\nInstall the version of ChromeDriver matching your Chrome browser version. For Chrome version `131`, use:\n```bash\nnpm install chromedriver@131.0.0\n```\n\n---\n\n## 📦 Installation\n\n1. **Clone the Project**:\n   ```bash\n   git clone https://github.com/SoHeil-R/google-traffic-bot.git\n   ```\n\n2. **Navigate to the Project Directory**:\n   ```bash\n   cd google-traffic-bot\n   ```\n\n3. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n4. **Ensure the Proxy Folder Exists**:\n   Create a `proxy` folder if it doesn’t exist:\n   ```bash\n   mkdir proxy\n   ```\n\n5. **Start the Application**:\n   ```bash\n   npm run start\n   ```\n\n---\n\n## 🛑 Disclaimer\n\n**Google Traffic Bot** is provided for educational purposes only. 🚫 Misuse of this tool to violate any website's terms of service is not recommended or endorsed. Use responsibly!\n\n---\n\n## 📃 License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n---\n\n### 🎉 Enjoy using Google Traffic Bot! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoheil-r%2Fgoogle-traffic-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoheil-r%2Fgoogle-traffic-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoheil-r%2Fgoogle-traffic-bot/lists"}