Searches Github using truffle hog on all github links sent in a discord server
Any Github link that is sent to any text_channel on a server is scanned for open secrets, if secrets are found "Secret Nazi"(A play on Grammar Nazi) will add an eyes reaction and output the results of the scan in a "secret-nazi-log" text channel that once created you can make private or admins only
- Discord.py
- TruffleHog
pip3 install truffle-hog, discord
- Make sure discord bot token env var is set
SECRETFINDERBOTTOKEN=SECRETTOKEN
python3 bot.py
Made for 2019 Discord Hack Week :)