{"id":15199094,"url":"https://github.com/svetjeonline/igbot","last_synced_at":"2026-02-14T00:35:22.966Z","repository":{"id":251843801,"uuid":"838612919","full_name":"svetjeonline/igbot","owner":"svetjeonline","description":"Automate Instagram actions like liking, following, commenting, and uploading photos with this bot built using PyQt5 and Selenium. Install required packages with ","archived":false,"fork":false,"pushed_at":"2024-08-06T03:00:27.000Z","size":764,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T17:45:59.403Z","etag":null,"topics":["automation","bot","folower","instagram","like","python","script","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","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/svetjeonline.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-08-06T02:32:05.000Z","updated_at":"2024-08-13T00:59:33.000Z","dependencies_parsed_at":"2024-08-06T05:41:20.447Z","dependency_job_id":"aa77b325-cfd2-4aeb-9e2a-d45ff59147d6","html_url":"https://github.com/svetjeonline/igbot","commit_stats":null,"previous_names":["svetjeonline/igbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/svetjeonline/igbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svetjeonline%2Figbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svetjeonline%2Figbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svetjeonline%2Figbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svetjeonline%2Figbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svetjeonline","download_url":"https://codeload.github.com/svetjeonline/igbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svetjeonline%2Figbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29425947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","bot","folower","instagram","like","python","script","selenium"],"created_at":"2024-09-28T02:00:39.087Z","updated_at":"2026-02-14T00:35:22.942Z","avatar_url":"https://github.com/svetjeonline.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Instagram Bot 🤖📸\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"igbot.png\" alt=\"Instagram Bot\" width=\"200\"\u003e\n\u003c/p\u003e\n\nThis project is an Instagram Bot built using PyQt5 and Selenium, enabling automation of various actions on Instagram such as liking, following, commenting, and uploading photos.\n\n## 🌟 Features\n- Automatic liking of posts\n- Automatic following of users\n- Automatic commenting on posts\n- Automatic photo uploading\n- Advanced settings for user filtering and delay configuration between actions\n\n## 📋 Requirements\n- Python 3.x\n- PyQt5\n- Selenium\n- Webdriver Manager\n\n## 🛠️ Installation\nFirst, ensure you have all the required packages installed. If not, the `install.py` script will automatically install them:\n\n```python\nimport sys\nimport subprocess\n\n# Function to check installed packages\ndef check_and_install(package):\n    try:\n        __import__(package)\n    except ImportError:\n        subprocess.check_call([sys.executable, \"install.py\"])\n\n# List of packages to check\nrequired_packages = [\n    \"PyQt5\",\n    \"selenium\",\n    \"webdriver-manager\"\n]\n\n# Check and install packages\nfor package in required_packages:\n    check_and_install(package)\n```\n\n## 🚀 Usage\n1. Launch the application:\n\n    ```bash\n    python main.py\n    ```\n\n2. Fill in the required information in the user interface:\n    - Username and password\n    - Automation options (liking, following, commenting, uploading photos)\n    - Number of actions\n    - Advanced settings\n\n3. Click the **Start** button to run the bot.\n\n## 💻 User Interface\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"igg.png\" alt=\"User Interface\" width=\"200\"\u003e\n\u003c/p\u003e\n\n### Basic Settings\n- **Username**: Enter your Instagram username.\n- **Password**: Enter your Instagram password.\n- **Automatic Liking**: Check if you want to automatically like posts.\n- **Automatic Following**: Check if you want to automatically follow users.\n- **Automatic Commenting**: Check if you want to automatically comment on posts.\n- **Automatic Photo Uploading**: Check if you want to automatically upload photos.\n- **Number of Actions**: Set the number of actions the bot should perform.\n\n### Advanced Settings\n- **Delay between Actions**: Set the delay between individual actions (likes, unfollows, follows, etc.).\n- **Filter Users**: Filter users based on various criteria (number of followers, following, followers/following ratio, etc.).\n- **Whitelist/Blacklist File**: Set files for whitelisting and blacklisting users.\n- **Stop Words**: Set stop words that the bot will not use in comments.\n\n## 🐞 Reporting Issues\nIf you encounter a bug, please open an issue on GitHub and include a detailed description of the problem along with the error message.\n\n## 🤝 Contributing\nContributions to the project are welcome! Please open a pull request with your changes and describe what and why you have changed.\n\n## 📄 License\n\n\u003cp align=\"center\"\u003e────── 𝓼𝓿𝓮𝓽𝓳𝓮𝓸𝓷𝓵𝓲𝓷𝓮 ──────\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvetjeonline%2Figbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvetjeonline%2Figbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvetjeonline%2Figbot/lists"}