Collects banned phrases from dgg and puts them into an Postgres DB.
cp .env.example .env- Edit the
.envfile. cp banned_memes.txt.example banned_memes.txtnano banned_memes.txt(add phrases that you don't want added to the db)cargo build --releasedgg-phrases
or, if you wanna use Docker
docker build -t dgg-phrases .docker run --env-file .env -it dgg-phrases