A node script to find short named subreddits that aren't used.
This project uses Yarn as a package manager
- Clone the repo
- Navigate to this directory in a termal
- Run
yarn
to install dependencies - Run
yarn main
to find an unused subreddit
yarn main [find-count] [seed]
- find the firstfind-count
unused subredditsyarn find-first [seed]
- find the first unused subreddityarn nonstop [seed]
- continually find unused subreddits
If not provided, find-count
will default to 1, and seed
will default to aaa
.
This ssed
parameter is helpful because there are currently false positives for subreddits that have been banned. For example, aa1 comes up as an usused subreddit, but it is just banned.