emerald@beehaw.org to Technology@beehaw.org · 1 year agoReddit archival effortwww.reddit.comexternal-linkmessage-square2fedilinkarrow-up117arrow-down10file-text
arrow-up117arrow-down1external-linkReddit archival effortwww.reddit.comemerald@beehaw.org to Technology@beehaw.org · 1 year agomessage-square2fedilinkfile-text
minus-squareemerald@beehaw.orgOPlinkfedilinkarrow-up3·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
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