{"id":15771393,"url":"https://github.com/tam11a/facebook_autocomment","last_synced_at":"2026-05-09T01:04:32.265Z","repository":{"id":97874782,"uuid":"315463949","full_name":"tam11a/facebook_autocomment","owner":"tam11a","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-24T07:00:08.000Z","size":7021,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-18T06:23:27.422Z","etag":null,"topics":["bot","chrome","firefox","selenium","webdriver"],"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/tam11a.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-11-23T23:15:22.000Z","updated_at":"2022-11-17T13:16:50.000Z","dependencies_parsed_at":"2023-06-09T00:30:38.358Z","dependency_job_id":null,"html_url":"https://github.com/tam11a/facebook_autocomment","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"54d7dc51424207503b9c95d7a848767a35b2253b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tam11a%2Ffacebook_autocomment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tam11a%2Ffacebook_autocomment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tam11a%2Ffacebook_autocomment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tam11a%2Ffacebook_autocomment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tam11a","download_url":"https://codeload.github.com/tam11a/facebook_autocomment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465220,"owners_count":20781919,"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":["bot","chrome","firefox","selenium","webdriver"],"created_at":"2024-10-04T15:01:57.615Z","updated_at":"2026-05-09T01:04:27.245Z","avatar_url":"https://github.com/tam11a.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# facebook_autocomment\n\nThe Script is Written with Python-Selenium.\nDownload the Source. \nand Download WebDriver(Chrome/Firefox) for Your OS.\nMake Sure You placed your WebDriver in \"drivers\" Folder.\nelse edit path from \"root/fb/fbcomment.py\" [line: 39 for Chrome WebDriver] \u0026 [line: 41: for Firefox WebDriver].\ninstall requirements.\nEdit main.py with your informations like Post URL, List of Comments, How many comments you want to make Etc.\nand Run \"main.py\".\n\n[N.B. WebDrivers Used here is for Windows 64bit OS. Download Your version.]\n\nLinks to some of the more popular browser drivers follow.\n\nChrome:\t    https://sites.google.com/a/chromium.org/chromedriver/downloads\n\nFirefox:\t  https://github.com/mozilla/geckodriver/releases\n\nEdit/Write \"main.py\" like,\n\n    from fb.fbcomment import Client\n    class Bot(Client):\n        pass\n    if __name__ == \"__main__\":\n        url = \"Post Link\"   #Post link\n        comments = [        #List of Comments\n            'comment0',\n            'comment1',\n            'comment2',\n            'comment3',\n            'comment4',\n            'comment5',\n            'comment6',\n            'comment7'\n        ]\n        bot = Bot(\"Your Email\", \"Your Password\", 'chrome') #mail, pass, 'chrome'/'firefox' the browser you use!\n        bot.commentInFlow(url, comments, 10) \n        bot.close()\n\n\nIf You are not a Python User, Copy/Paste this Code in main.py,\n\n    import os\n    from fb.fbcomment import Client\n\n    class Bot(Client):\n        pass\n\n    if __name__ == \"__main__\":\n        x = os.popen('pip install -r requirements.txt').read()\n        print(x)\n        comments = []\n        bot = Bot(str(input('User Email --\u003e')), str(input('Password   --\u003e')), str(input('Your Browser Name (chrome/firefox)--\u003e')))\n        url = str(input('Post Link --\u003e'))\n        for i in range(int(input('How many Comment You want to add in your Comment list --\u003e'))):\n            comments.append(str(input('$[Comment #'+str(i+1)+' --\u003e')))\n        bot.commentInFlow(url, comments, int(input('Number of Comments --\u003e')))\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftam11a%2Ffacebook_autocomment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftam11a%2Ffacebook_autocomment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftam11a%2Ffacebook_autocomment/lists"}