{"id":16536179,"url":"https://github.com/eracle/fbot","last_synced_at":"2025-10-28T12:30:18.966Z","repository":{"id":73157366,"uuid":"67622001","full_name":"eracle/fbot","owner":"eracle","description":"Facebook bot with Selenium Webdriver.","archived":false,"fork":false,"pushed_at":"2018-03-22T01:09:02.000Z","size":25,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T15:11:20.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eracle.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":"2016-09-07T15:55:10.000Z","updated_at":"2024-09-16T12:02:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d1f7f84-1c8c-4d5b-a7e0-312842f9ade4","html_url":"https://github.com/eracle/fbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eracle%2Ffbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eracle%2Ffbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eracle%2Ffbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eracle%2Ffbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eracle","download_url":"https://codeload.github.com/eracle/fbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238647158,"owners_count":19507149,"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":[],"created_at":"2024-10-11T18:29:55.534Z","updated_at":"2025-10-28T12:30:18.662Z","avatar_url":"https://github.com/eracle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Facebook Bot\nFacebook bot with Selenium Webdriver.\n\n### Features:\n- Login\n- Post messages on groups\n- Delete messages on a group\n- List all the posts on a group\n\nIt can be used also for crawling/scraping all the posts on a group.\n\n## Installation\nUbuntu 14.04:\n- Install Virtual Environment - Python 3.4+\n- Install Requirements:\n    `    pip install -r requirements.txt    `\n\n### Install Dependencies:\n[Firefox 45](https://www.mozilla.org) English Version.\n\n\n\n\n## Usage:\n#### Post a msg on a group:\n    ...\n    import fbot\n    (driver, username) = fbot.login(email, password)\n    fbot.post_to_group(driver=driver, post_msg=msg, group_id=group_id)\n    ...\n\n\n#### Delete the first owned post on a group:\n    ...\n    import fbot\n    (driver, username) = fbot.login(email, password)\n    fbot.delete_first_post_in_group(driver=driver, group_id=group_id)\n    ...\n\n#### Iterate over the posts on a group:\n    ...\n    import fbot\n    (driver, username) = fbot.login(email, password)\n    fbot.iterate_group_posts(driver=driver, group_id=group_id)\n    ...\n\n## Testing\npytest.\nIn order to run the tests put Facebook username and password in the tests/conf.py.\nRename and modify the tests/conf_template.py file. Then type:\n\n    pytest\n\n\n# Todo:\nKeep the software always up-to-date with the changes on the facebook platform.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feracle%2Ffbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feracle%2Ffbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feracle%2Ffbot/lists"}