aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9434e14b00ae3fc03c4107612d05c2500061ea45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# redditorsbtfo.sh
Scrape reddit to block new nsfw domains

# Note
This script was initialy made for [github.com/Sinfonietta/hostfiles](https://github.com/Sinfonietta/hostfiles/commit/7267ec50d3ed17b1dc8f682ae40b39dbb1c27f1d), which is
merged into [github.com/StevenBlack/hosts](https://github.com/StevenBlack/hosts)

# usage
```
Options:
  -o    outfile, (default hosts)
  -p    number of pages to scrape, (default 10)
  -d    data directory, (default ./data)
  -l    subreddit list to scrape, (default v2)
        v1 (1k subreddits)
        v2 (8k subreddits)
        bak (use the list in data/subs.bak.gz)
```