{"id":22725020,"url":"https://github.com/a2liu/instabot","last_synced_at":"2026-04-29T19:34:25.023Z","repository":{"id":108761342,"uuid":"133902518","full_name":"a2liu/instaBot","owner":"a2liu","description":"A basic, mildly unreliable bot for Instagram, made using the Selenium API","archived":false,"fork":false,"pushed_at":"2018-07-09T21:31:22.000Z","size":26134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-13T16:37:30.950Z","etag":null,"topics":["bot","instagram","java","russian-spy","selenium","selenium-java","wip"],"latest_commit_sha":null,"homepage":"https://www.instagram.com/","language":"Java","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/a2liu.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":"2018-05-18T04:21:05.000Z","updated_at":"2019-01-22T18:38:02.000Z","dependencies_parsed_at":"2023-03-21T19:51:42.783Z","dependency_job_id":null,"html_url":"https://github.com/a2liu/instaBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a2liu/instaBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2liu%2FinstaBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2liu%2FinstaBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2liu%2FinstaBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2liu%2FinstaBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a2liu","download_url":"https://codeload.github.com/a2liu/instaBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a2liu%2FinstaBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bot","instagram","java","russian-spy","selenium","selenium-java","wip"],"created_at":"2024-12-10T15:08:37.582Z","updated_at":"2026-04-29T19:34:25.012Z","avatar_url":"https://github.com/a2liu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InstaBot\n\nThis is an Instagram bot built using the Selenium API. It includes basic functionality for a personal account, and right now, it doesn't try to expand user sphere of influence whatsoever. It simply likes posts in the feed and checks on some information. Later versions might have some of that more intense stuff, but for now this is all it does.\n\n## Setup\nUsing the FunctionalBot requires only a username and password. If you're using mac, you can quickly enable this bot by first enabling 'develop menu' in preferences, then selecting 'allow remote automation'.  \n\nFor non-Mac users, and for blind-haters of Safari, use the instructions at this [link](http://toolsqa.com/selenium-tutorial/) to set up Selenium correctly.\n\n## Packages\n\n#### Bot Package\nThe bot package contains most of the logic that the bot employs to perform actions.\n- Methods that perform simple tasks like logging in\n- Methods that perform a series of simple tasks, like liking lots of posts\n- Objects and methods to help set up the bot\n\n#### Instagram Package\nThe Instagram package contains object wrappers to make parsing through Instagram a little easier.\n- Wrapper objects that automatically load pertinent data on instantiation\n- Constants that describe locations of objects on the site\n\n#### Main Package\nThe default package for implementing extensions of the FunctionalBot, and also where the running of the final bot should occur.\n\n## Sources\n[**Selenium**](https://www.seleniumhq.org/) - This took a long time to get used to using, but once I figured out some of the basics it got a lot easier -- it's a very powerful API once you understand what methods to copy-paste from StackOverflow.  \n[**Tools QA Selenium tutorial**](http://toolsqa.com/selenium-tutorial/) - Used this to get a basic grasp of some of the features of Selenium.  \n[**XPath Tutorial**](https://www.w3schools.com/xml/xpath_intro.asp) - Used this to start to learn XPath.  \n[**XPath Generator**](https://chrome.google.com/webstore/detail/xpath-generator/dphfifdfpfabhbkghlmnkkdghbmocfeb?hl=en-US) - This made XPath stuff a lot easier to learn. Another alternative is [this](https://chrome.google.com/webstore/detail/chropath/ljngjbnaijcbncmcnjfhigebomdlkcjo/related?hl=en) (both are Chrome extensions).  \n[**JBrowserDriver**](https://github.com/MachinePublishers/jBrowserDriver) - I couldn't get this to work, so it's not included in the project, but it's a cool potential direction for the future.  \n[**HTMLUnit**](http://htmlunit.sourceforge.net/) - I'm going to try to use this to remove the 'visible browser' part of the bot.  \n[**Instagram**](www.instagram.com) - I couldn't have done this project without the HTML, servers, and existence of Instagram.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2liu%2Finstabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa2liu%2Finstabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa2liu%2Finstabot/lists"}