{"id":18829599,"url":"https://github.com/refeed/scrapy_facebooker","last_synced_at":"2025-10-18T00:31:44.064Z","repository":{"id":113930841,"uuid":"97315676","full_name":"refeed/scrapy_facebooker","owner":"refeed","description":"Collection of scrapy spiders which can scrape posts, images, and so on from public Facebook Pages.","archived":false,"fork":false,"pushed_at":"2018-12-20T20:27:24.000Z","size":58,"stargazers_count":26,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-29T16:14:40.821Z","etag":null,"topics":["facebook","scraper","scraping","scrapy","spider"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refeed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2017-07-15T12:51:11.000Z","updated_at":"2024-01-04T04:17:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9d32c3a-896c-4999-9c71-24485246419c","html_url":"https://github.com/refeed/scrapy_facebooker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/refeed/scrapy_facebooker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeed%2Fscrapy_facebooker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeed%2Fscrapy_facebooker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeed%2Fscrapy_facebooker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeed%2Fscrapy_facebooker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refeed","download_url":"https://codeload.github.com/refeed/scrapy_facebooker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refeed%2Fscrapy_facebooker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121192,"owners_count":23416949,"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":["facebook","scraper","scraping","scrapy","spider"],"created_at":"2024-11-08T01:45:35.831Z","updated_at":"2025-10-18T00:31:44.004Z","avatar_url":"https://github.com/refeed.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrapy_facebooker\n\n[![Build Status](https://travis-ci.org/refeed/scrapy_facebooker.svg?branch=master)](https://travis-ci.org/refeed/scrapy_facebooker)\n\n`scrapy_facebooker` is a collection of scrapy spiders which can scrape\nposts, images, and so on from public Faceook Pages.\n\nThese spiders are intended to archive public Facebook pages, use it at your\nown risk!\n\nThere are spiders which can operate normally without a Facebook account,\nbut there are also spiders which just can operate with a Facebook\nGraph API access token.\n\n## How to prepare\n\nBefore using these spiders you need to install all of its dependencies,\nyou can easily install it in one command:\n```\npip install -r requirements.txt\n```\n\nThis project is intended to run in Python 3.\n\n## How to run\n\nTo run a spider, first you need to choose what spider you want to use,\nyou can look at spiders available at this project in\n`/scrapy_facebooker/spiders/`.\n\nFor example, I want to use `facebook_post` spider and run it to scrape a public\npage in Facebook with username `RHWEBsites`, and print the output to a file\nnamed `output.json`:\n```\n$ scrapy crawl facebook_post -a target_username=RHWEBsites -o output.json\n```\n\nThis is a name list of the spiders available in this repository:\n- `facebook_event_graph`\n- `facebook_post_graph`\n- `facebook_photo_graph`\n- `facebook_video_graph`\n- `facebook_event`\n- `facebook_post`\n- `facebook_photo`\n\n## License\n\nIs available at `LICENSE.txt` in the root of this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefeed%2Fscrapy_facebooker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefeed%2Fscrapy_facebooker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefeed%2Fscrapy_facebooker/lists"}