this post was submitted on 11 Jun 2023
50 points (100.0% liked)

Technology

37608 readers
179 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

The ArchiveTeam has the ArchiveTeamWarrior project which is a small virtual machine or Docker instance that will help index and archive various sites based on need. For instance a big focus is on Reddit right now before the API access gets pulled or too many sites go dark permanently. This tool uses spare bandwidth from multiple locations (everyone running the tool) to not hit IP blocks due to rate limits or other issues that occur when trying to access as much of the site as possible.

Archive team is not affiliated with the Internet Archive (Archive.org) although Archive.org hosts the content. This is then made available via The Wayback Machine.

you are viewing a single comment's thread
view the rest of the comments
[–] rektifier@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago)

This is true. If you run the reddit-grab project directly without using the warrior (sudo docker run -d --name reddit --label=com.centurylinklabs.watchtower.enable=true --restart=unless-stopped atdr.meo.ws/archiveteam/reddit-grab --concurrent 6 yourname), you can set up to --concurrent 20, and some projects do work well with higher concurrent, but not reddit. 6 is already pushing the limit.

I'm running reddit-grab on 25 VMs on azure (trying to burn my $200 free credit that expires in 10 days) and I can only run --concurrent 4 safely on most of them. The only VMs that can run --concurrent 6 are the ones in India, which seem to be soft-ratelimited by their higher latency anyway.