{"id":18047001,"url":"https://github.com/anti-duhring/insta-bot","last_synced_at":"2026-04-27T18:33:11.910Z","repository":{"id":107807659,"uuid":"543180037","full_name":"anti-duhring/insta-bot","owner":"anti-duhring","description":"Bot para responder comentários do instagram","archived":false,"fork":false,"pushed_at":"2022-09-29T15:21:56.000Z","size":6363,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T07:06:29.761Z","etag":null,"topics":["instagram","instagram-bot","python","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/anti-duhring.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":"2022-09-29T14:56:29.000Z","updated_at":"2024-03-11T01:20:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"c83fa10a-3e0b-463b-96d9-57ae517d021f","html_url":"https://github.com/anti-duhring/insta-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anti-duhring/insta-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anti-duhring%2Finsta-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anti-duhring%2Finsta-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anti-duhring%2Finsta-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anti-duhring%2Finsta-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anti-duhring","download_url":"https://codeload.github.com/anti-duhring/insta-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anti-duhring%2Finsta-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["instagram","instagram-bot","python","selenium"],"created_at":"2024-10-30T19:10:04.038Z","updated_at":"2026-04-27T18:33:11.892Z","avatar_url":"https://github.com/anti-duhring.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Insta-Bot :robot: :camera_flash:\nO Insta-Bot serve para, de forma automática, responder todos os comentários principais de um post (ou seja, comentários que não estão dentro de comentários).\n\n## Configuração\nA configuração é bem simples e deve ser feita diretamente no arquivo `main.py`\n```python\nfrom scripts.reply_comments import ReplyBot\n\nusername = 'username'\npassword = 'password'\npost_link = 'post_id'\ncomment_text = 'Obrigado pelo comentário!'\n\nReplyBot().initialize_crawler(post_link=post_link, username=username, password=password, comment_text=comment_text)\n```\n\n- `username`: Nome do usuário sem o arroba (@).\n- `password`: Senha da conta.\n- `comment_text`: Texto que será respondido.\n- `post_link`: O ID do link da foto. Por exemplo, no caso dessa foto: `https://www.instagram.com/p/CfewtyLJBGU/` o `post_link` será `CfewtyLJBGU`.\n\n## Tecnologias\n- Selenium\n- Chromedriver\n\n## Contribuição\nSinta-se livre pra contribuir, seja melhorando o script ou adicionando outras funcionalidades. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanti-duhring%2Finsta-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanti-duhring%2Finsta-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanti-duhring%2Finsta-bot/lists"}