emerald@beehaw.org to Technology@beehaw.orgEnglish · 2 years agoReddit archival effortwww.reddit.comexternal-linkmessage-square2linkfedilinkarrow-up10arrow-down10file-textcross-posted to: technology@lemmy.ml
arrow-up10arrow-down1external-linkReddit archival effortwww.reddit.comemerald@beehaw.org to Technology@beehaw.orgEnglish · 2 years agomessage-square2linkfedilinkfile-textcross-posted to: technology@lemmy.ml
minus-squarebeeboopbeep@beehaw.orglinkfedilinkEnglisharrow-up0·2 years agoI blocked Reddit. What is the one liner.
minus-squareemerald@beehaw.orgOPlinkfedilinkEnglisharrow-up1·2 years 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