{"id":16535766,"url":"https://github.com/clemfromspace/scrapy-algolia-exporter","last_synced_at":"2025-06-14T05:07:29.372Z","repository":{"id":57464653,"uuid":"120755888","full_name":"clemfromspace/scrapy-algolia-exporter","owner":"clemfromspace","description":"Directly populate a given Algolia index from a scrapy spider.","archived":false,"fork":false,"pushed_at":"2018-02-08T14:57:31.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-04T12:08:13.686Z","etag":null,"topics":["algolia","exporting","scraping","scrapy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemfromspace.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}},"created_at":"2018-02-08T12:00:41.000Z","updated_at":"2018-10-17T12:46:47.000Z","dependencies_parsed_at":"2022-08-31T03:11:05.945Z","dependency_job_id":null,"html_url":"https://github.com/clemfromspace/scrapy-algolia-exporter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-algolia-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-algolia-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-algolia-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-algolia-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemfromspace","download_url":"https://codeload.github.com/clemfromspace/scrapy-algolia-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-algolia-exporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258539644,"owners_count":22717293,"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":["algolia","exporting","scraping","scrapy"],"created_at":"2024-10-11T18:28:49.035Z","updated_at":"2025-06-14T05:07:29.353Z","avatar_url":"https://github.com/clemfromspace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/scrapy_algolia_exporter.svg)](https://pypi.python.org/pypi/scrapy_algolia_exporter) [![Build Status](https://travis-ci.org/clemfromspace/scrapy-algolia-exporter.svg?branch=master)](https://travis-ci.org/clemfromspace/scrapy-algolia-exporter)\n\n## Scrapy Algolia Exporter\n\nDirectly populate a given **Algolia** index from a scrapy spider.\n\n### Usage\n\n:warning: **Your crawled items must contains a unique `ObjectID` key.** :warning:\n\nAdd the mandatory scrapy settings to configure the **Algolia** API:\n\n```python\nALGOLIA_API_ID='my_algolia_api_id'\nALGOLIA_API_KEY='my_algolia_api_key'\nALGOLIA_INDEX_NAME='my_algolia_index_name'\n```\n\nAdd the `AlgoliaItemPipeline` in the `ITEM_PIPELINES` scrapy setting:\n\n```python\nITEM_PIPELINES = {\n   'scrapy_algolia_exporter.pipelines.AlgoliaItemPipeline': 10\n}\n```\n\n\nThe `ALGOLIA_ITEM_BULK_NBR` setting control how many items will be send to Algolia at the same time.\nIf not provided, the items will be send by group of `100`.\n\n### Install\n```\npip install scrapy_algolia_exporter\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fscrapy-algolia-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemfromspace%2Fscrapy-algolia-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fscrapy-algolia-exporter/lists"}