detectorist-scraper VS warctools

Compare detectorist-scraper vs warctools and see what are their differences.

detectorist-scraper

A scrapy spider to extract post, thread, and user information from a vBulletin forum to a MongoDB database. (by IanLondon)

warctools

Command line tools and libraries for handling and manipulating WARC files (and HTTP contents) (by internetarchive)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
detectorist-scraper warctools
1 1
30 141
- 3.5%
10.0 10.0
over 8 years ago over 3 years ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

detectorist-scraper

Posts with mentions or reviews of detectorist-scraper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • Ask HN: How can I back up an old vBulletin forum without admin access?
    9 projects | news.ycombinator.com | 29 Jan 2024
    > I'm just not sure what the intermediate steps would be to get something usable like a vBulletin…

    Once you have a crawl, you'll likely want to convert that unstructured data to structured data. For example, if I look at https://www.vbulletin.org/forum/portal.php, the thread title and hierarchy is in

    , posts are in
    , etc. I see an old project (https://github.com/IanLondon/detectorist-scraper) that did this and may be a useful place to start, and I imagine there are others.

    Once you have the structured data, You can decide whether to use it to build a static site, to import it into another forum, etc.

warctools

Posts with mentions or reviews of warctools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • Ask HN: How can I back up an old vBulletin forum without admin access?
    9 projects | news.ycombinator.com | 29 Jan 2024
    You can try https://replayweb.page/ as a test for viewing a WARC file. I do think you'll run into problems though with wanting to browse interconnected links in a forum format, but try this as a first step.

    One potential option but definitely a bit more work would be, once you have all the warc files downloaded, you can open them all in python using the warctools module and maybe beautifulsoup and potentially parse/extract all of the data embedded in the WARC archives into your own "fresh" HTML webserver.

    https://github.com/internetarchive/warctools