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