{"id":13988554,"url":"https://github.com/harrypython/fb-regex-scraper","last_synced_at":"2025-07-22T09:31:15.732Z","repository":{"id":119314745,"uuid":"314621822","full_name":"harrypython/fb-regex-scraper","owner":"harrypython","description":"Scrape Facebook Public Group Posts without using Facebook API using Selenium.","archived":false,"fork":false,"pushed_at":"2020-11-20T17:33:10.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-29T07:36:45.801Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrypython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-20T17:19:37.000Z","updated_at":"2024-08-21T18:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"11fb1ae9-1eb7-4f37-bcaa-99028dce90da","html_url":"https://github.com/harrypython/fb-regex-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harrypython/fb-regex-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrypython%2Ffb-regex-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrypython%2Ffb-regex-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrypython%2Ffb-regex-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrypython%2Ffb-regex-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrypython","download_url":"https://codeload.github.com/harrypython/fb-regex-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrypython%2Ffb-regex-scraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465055,"owners_count":23933051,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-09T13:01:14.017Z","updated_at":"2025-07-22T09:31:15.397Z","avatar_url":"https://github.com/harrypython.png","language":"Python","readme":"# Facebook Regex Scraper\n\nScrape Facebook Public Group Posts without using Facebook API using [Selenium](https://seleniumhq.github.io/docs/).\n\n## What It can Do\n\n- Scrape text from Public Group Posts\n\n## Install Requirements\n\nPlease make sure Firefox is installed and [geckodriver](https://github.com/mozilla/geckodriver) is available.\n\n```sh\npip install -r requirements.txt\n```\n\n## Usage\n\n```python\nfrom Scrape import Scrape\n\nscraper = Scrape(\"webdriver/geckodriver\")\n \n# pattern to find Instagram profiles. Source: regex101.com/r/uNc8HG/1\nmy_pattern = \"@\\w(?:(?:\\w|(?:\\.(?!\\.))){0,28}(?:\\w))?\"\n\nscraper.set_pattern(pattern=my_pattern)\n\nfor r in scraper.get_posts(group=\"123456789012345\"):\n    print(\"https://www.instagram.com/{}/\".format(r.replace(\"@\",\"\")))\n\n```\n\n### Note:\n\n- Please use this code for Educational purposes only\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrypython%2Ffb-regex-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrypython%2Ffb-regex-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrypython%2Ffb-regex-scraper/lists"}