cjaiello / Slack-Standup-Report-Bot

Python, Flask, Postgres, Slack API, Heroku. Set a daily standup time, have bot message in a channel requesting daily standup reports, and optionally have your standup report be emailed to a specified email address each day. Has instructions for local setup and Heroku setup.
4 stars 4 forks source link

Add anti-spam/anti-robot validation to form #10

Closed cjaiello closed 4 years ago

cjaiello commented 4 years ago

http://www.tholance.com/project-antispamjs.html

https://dev.to/felipperegazio/how-to-create-a-simple-honeypot-to-protect-your-web-forms-from-spammers--25n8

Something like this should be added to the form to prevent spam.

cjaiello commented 4 years ago

Done! reCAPTCHA by Google has been added.