{"id":13557714,"url":"https://github.com/alephdata/memorious","last_synced_at":"2025-04-12T06:19:55.474Z","repository":{"id":25598329,"uuid":"102375291","full_name":"alephdata/memorious","owner":"alephdata","description":"Lightweight web scraping toolkit for documents and structured data.","archived":false,"fork":false,"pushed_at":"2024-01-10T16:13:27.000Z","size":1460,"stargazers_count":311,"open_issues_count":25,"forks_count":62,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-04T17:03:11.073Z","etag":null,"topics":["crawling","scraping","scraping-framework"],"latest_commit_sha":null,"homepage":"https://docs.alephdata.org/developers/memorious","language":"Python","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/alephdata.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-09-04T15:22:02.000Z","updated_at":"2025-02-01T23:56:39.000Z","dependencies_parsed_at":"2024-01-13T19:50:00.101Z","dependency_job_id":"e9c4b39e-8816-48e6-84dd-7b29ef22c0c8","html_url":"https://github.com/alephdata/memorious","commit_stats":{"total_commits":775,"total_committers":20,"mean_commits":38.75,"dds":0.5303225806451612,"last_synced_commit":"23deeb8167995eda0b63377efa19848eb9fae37f"},"previous_names":[],"tags_count":114,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Fmemorious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Fmemorious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Fmemorious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alephdata%2Fmemorious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alephdata","download_url":"https://codeload.github.com/alephdata/memorious/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525400,"owners_count":21118667,"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":["crawling","scraping","scraping-framework"],"created_at":"2024-08-01T12:04:30.338Z","updated_at":"2025-04-12T06:19:55.428Z","avatar_url":"https://github.com/alephdata.png","language":"Python","readme":"=========\nMemorious\n=========\n\n    The solitary and lucid spectator of a multiform, instantaneous and almost intolerably precise world.\n\n    -- `Funes the Memorious \u003chttp://users.clas.ufl.edu/burt/spaceshotsairheads/borges-funes.pdf\u003e`_,\n    Jorge Luis Borges\n\n.. image:: https://github.com/alephdata/memorious/workflows/memorious/badge.svg\n\n``memorious`` is a light-weight web scraping toolkit. It supports scrapers that\ncollect structured or un-structured data. This includes the following use cases:\n\n* Make crawlers modular and simple tasks re-usable\n* Provide utility functions to do common tasks such as data storage, HTTP session management\n* Integrate crawlers with the Aleph and FollowTheMoney ecosystem\n* Get out of your way as much as possible\n\nDesign\n------\n\nWhen writing a scraper, you often need to paginate through through an index\npage, then download an HTML page for each result and finally parse that page\nand insert or update a record in a database.\n\n``memorious`` handles this by managing a set of ``crawlers``, each of which \ncan be composed of multiple ``stages``. Each ``stage`` is implemented using a\nPython function, which can be re-used across different ``crawlers``.\n\nThe basic steps of writing a Memorious crawler:\n\n1. Make YAML crawler configuration file\n2. Add different stages\n3. Write code for stage operations (optional)\n4. Test, rinse, repeat\n\nDocumentation\n-------------\n\nThe documentation for Memorious is available at\n`alephdata.github.io/memorious \u003chttps://alephdata.github.io/memorious/\u003e`_.\nFeel free to edit the source files in the ``docs`` folder and send pull requests for improvements.\n\nTo build the documentation, inside the ``docs`` folder run ``make html``\n\nYou'll find the resulting HTML files in /docs/_build/html.\n","funding_links":[],"categories":["Python","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephdata%2Fmemorious","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falephdata%2Fmemorious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falephdata%2Fmemorious/lists"}