{"id":22330454,"url":"https://github.com/tuvimen/xenforo-scraper","last_synced_at":"2025-07-29T19:32:41.045Z","repository":{"id":74837530,"uuid":"581919106","full_name":"TUVIMEN/xenforo-scraper","owner":"TUVIMEN","description":"A bash script for scraping xenforo forums in json","archived":false,"fork":false,"pushed_at":"2024-05-29T08:39:36.000Z","size":94,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-29T21:11:36.937Z","etag":null,"topics":["forums","json","scraper","xenforo"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/TUVIMEN.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":"2022-12-24T21:36:08.000Z","updated_at":"2024-05-29T08:39:39.000Z","dependencies_parsed_at":"2023-12-30T10:25:20.445Z","dependency_job_id":"aaa3a7aa-1ba8-4789-9fc5-c4a85b7baf64","html_url":"https://github.com/TUVIMEN/xenforo-scraper","commit_stats":null,"previous_names":["tuvimen/xenforo-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fxenforo-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fxenforo-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fxenforo-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TUVIMEN%2Fxenforo-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TUVIMEN","download_url":"https://codeload.github.com/TUVIMEN/xenforo-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228041295,"owners_count":17860221,"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":["forums","json","scraper","xenforo"],"created_at":"2024-12-04T04:06:56.073Z","updated_at":"2024-12-04T04:06:56.187Z","avatar_url":"https://github.com/TUVIMEN.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archive\n\nAny further development has been transfered to [forumscraper](https://github.com/TUVIMEN/forumscraper).\n\n# xenforo-scraper\n\nA bash script for scraping xenforo forums in json.\n\n## Requirements\n\n - [reliq](https://github.com/TUVIMEN/reliq)\n - [jq](https://github.com/stedolan/jq)\n\n## Installation\n\n    install -m 755 xenforo-scraper /usr/bin\n\n## Supported links formats\n\n    http(s)?://forum.com/threads/.*\n    http(s)?://forum.com/forum(s)?/threads/.*\n    http(s)?://forum.com/.*/threads/.*\n    http(s)?://forum.com/forums/.*\n    http(s)?://forum.com/forum(s)?/forums/.*\n    http(s)?://forum.com/.*/forums/.*\n    http(s)?://forum.com/tags/.*\n    http(s)?://forum.com/.*/tags/.*\n\n## Json format\n\nHere's example of [thread](thread-example.json), [old-thread](old-thread-example.json) and [user](user-example.json).\n\n## Supported 2.x forums examples\n\n    https://forums.freddyshouse.com/\n    https://www.ignboards.com/\n    https://www.cyclechat.net/\n    https://zroadster.org/\n    https://www.urban75.net/forums/\n    https://www.1911forum.com/forums/\n    https://www.ascentforums.com/\n    https://www.alfaowner.com/forums/\n    https://www.horseforum.com/forums/\n    https://www.gunboards.com/forums/\n    https://www.mothering.com/forums/\n    https://forum-mechanika.pl/\n    https://www.aclassclub.co.uk/forums/\n    https://forum.literotica.com/\n    https://forums.mangadex.org/\n    https://www.mazda6club.com/forums/\n    https://www.metaldetectingforum.com/index.php\n\n## Supported 1.x forums examples\n\n    https://www.bigsoccer.com/forums/\n    https://www.forumhouse.ru/forums\n    https://forums.whyweprotest.net/\n\n## Usage\n\n    xenforo-scraper [URL]...\n\nScript downloads pages of threads and users and writes them in files. Files are named by their id's, but user files start with 'm-'. For 1.x forums script doesn't create user files.\n\nBy default script assumes 2.x version, for using 1.x version one must specify -o flags, as it is an old format.\n\nDownload forum into current directory using 4 processes\n\n    xenforo-scraper -p 4 'https://forum.com/forums/name.19/'\n\nDownload thread by irregular thread url into DIR\n\n    xenforo-scraper -d DIR -t 'https://forum.com/abcdef/loop/'\n\nDownload old format, 1.x forum\n\n    xenforo-scraper -o 'https://forum.com/forums/jus.82/'\n\nDownload whole forum\n\n    xenforo-scraper -c 'https://forum.com/forums/'\n\nGet some help\n\n    xenforo-scraper -h\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Fxenforo-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuvimen%2Fxenforo-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuvimen%2Fxenforo-scraper/lists"}