{"id":19767598,"url":"https://github.com/meequrox/flb-archiver","last_synced_at":"2026-04-12T22:36:26.721Z","repository":{"id":166835201,"uuid":"618528614","full_name":"meequrox/flb-archiver","owner":"meequrox","description":"Flareboard web archiver in C using libcurl","archived":false,"fork":false,"pushed_at":"2024-03-15T17:08:06.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T10:57:10.023Z","etag":null,"topics":["curl","libxml2","multithreading","pthread","web-archiving"],"latest_commit_sha":null,"homepage":"","language":"C","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/meequrox.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":"2023-03-24T17:02:53.000Z","updated_at":"2024-07-30T16:14:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b6b3f1d-cacf-4a77-b10a-9ca4d4baab3c","html_url":"https://github.com/meequrox/flb-archiver","commit_stats":null,"previous_names":["meequrox/flb-archiver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meequrox/flb-archiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meequrox%2Fflb-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meequrox%2Fflb-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meequrox%2Fflb-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meequrox%2Fflb-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meequrox","download_url":"https://codeload.github.com/meequrox/flb-archiver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meequrox%2Fflb-archiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275213915,"owners_count":25424888,"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-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["curl","libxml2","multithreading","pthread","web-archiving"],"created_at":"2024-11-12T04:30:56.921Z","updated_at":"2026-04-12T22:36:26.657Z","avatar_url":"https://github.com/meequrox.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flareboard Archiver\n\n**[Flareboard](https://flareboard.ru/) web archiver in C using libcurl**\n\nIt saves:\n\n- [x] Thread HTML page\n- [x] CSS styles from thread\n- [x] JS scripts from thread\n- [x] Attached images and videos from thread\n- [x] Comments in thread (without running JS code)\n- [x] Correct message timestamps\n- [x] User profile photos\n\nThis tool also uses `pthread` to enable multithreading page downloading.\n\n## Build\n\n- GNU/Linux, *BSD and other *nix\n- Windows\n  with [CMake](https://community.chocolatey.org/packages/cmake), [Ninja](https://community.chocolatey.org/packages/ninja)\n  and [MinGW](https://community.chocolatey.org/packages/mingw)\n\nOn GNU/Linux you need to install these libraries first:\n\n- libcurl (Debian: `libcurl4`, Arch: `curl`)\n\n```bash\ngit clone https://github.com/meequrox/flb-archiver.git\n\ncd flb-archiver\n\ncmake --preset=release\n\ncmake --build --preset=release\n```\n\nThe compiled files will be located in the `build/release/bin` Directory.\n\n## Usage\n\n```bash\n# Print usage hint\n./flb-archiver\n\n# Archive threads with ID from 1 to 100\n./flb-archiver 1 100\n\n# Archive all threads\n# UB is the ID of the last post in the feed\n./flb-archiver 1 \u003cUB\u003e\n```\n\n## Example\n\n```bash\n$ time ./flb-archiver 1 3288\n      ...\nINFO\u003e main(): ID range [1; 3288]\nINFO\u003e main(): Using interval 150 ms\n      ...\nINFO\u003e flb_download_threads(): Workers: 16; FLB threads: 3288; Threads per worker (avg): 205\n      ...\n\nreal\t2m29,082s\nuser\t0m15,327s\nsys     0m9,978s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeequrox%2Fflb-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeequrox%2Fflb-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeequrox%2Fflb-archiver/lists"}