emerald@beehaw.org to Technology@beehaw.org · 1 year agoReddit archival effortwww.reddit.comexternal-linkmessage-square3fedilinkarrow-up115arrow-down10file-textcross-posted to: technology@lemmy.ml
arrow-up115arrow-down1external-linkReddit archival effortwww.reddit.comemerald@beehaw.org to Technology@beehaw.org · 1 year agomessage-square3fedilinkfile-textcross-posted to: technology@lemmy.ml
minus-squarebeeboopbeep@beehaw.orglinkfedilinkarrow-up4·1 year agoI blocked Reddit. What is the one liner.
minus-squareemerald@beehaw.orgOPlinkfedilinkarrow-up5·1 year agodocker run -d --name archiveteam --label=com.centurylinklabs.watchtower.enable=true --restart=unless-stopped atdr.meo.ws/archiveteam/reddit-grab --concurrent 1 [user] Where [user] is just the name that will show up on their leaderboard thing, it’s not associated with any account Also the value for --concurrent should be less than 5 to avoid being ratelimited or blocked by Reddit’s API
I blocked Reddit. What is the one liner.
docker run -d --name archiveteam --label=com.centurylinklabs.watchtower.enable=true --restart=unless-stopped atdr.meo.ws/archiveteam/reddit-grab --concurrent 1 [user]
Where
[user]
is just the name that will show up on their leaderboard thing, it’s not associated with any accountAlso the value for
--concurrent
should be less than 5 to avoid being ratelimited or blocked by Reddit’s API