- cross-posted to:
- technology@lemmy.ml
- cross-posted to:
- technology@lemmy.ml
There’s a pretty lightweight docker one liner if anyone wants to help
You must log in or register to comment.
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
[
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