Ban from your subreddit all of the users on the UniversalScammerList.
It uses Snoowrap library (JavaScript wrapper for reddit API) to fetch the name of users from Universal Scammer List and ban them on the desired subreddit
To use this script, you need to provide the necessary Reddit API credentials and fill in the subreddit field in the config.js file.
Future Plans are there to develop an app for this to make accesability and usage more easy.
Clone the repo, and then:
cd reddit-banhammer
npm install
cp config.default.js config.js # Edit this new file according to your preferences
node index