Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit fe5b752

Browse files
committed
update readme to include info about recaptcha
1 parent ada5cb0 commit fe5b752

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

‎.env.sample‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ TWITTER_CONSUMER_KEY="your_key"
55
TWITTER_CONSUMER_SECRET="your_secret"
66
TWITTER_ACCESS_TOKEN="your_token"
77
TWITTER_ACCESS_SECRET="your_token_secret"
8+
RECAPTCHA_SITE_KEY = YOURSITEKEY
9+
RECAPTCHA_SECRET_KEY = YOURSECERTKEY

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ To tweet automatically when content is published, you can register an app on [Tw
7575
and set the keys to your environment variables. If you choose not to, don't set the variables and
7676
the app will simply skip the tweeting feature.
7777

78+
reCAPTCHA is used for preventing bots from signing up fake accounts. You will need to get a secret key and and site key from [Google](https://www.google.com/recaptcha/admin#list). Then set the RECAPTCHA_SITE_KEY and RECAPTCHA_SECRET_KEY environment variables.
79+
7880
Now you need to set the environment variables on your server. The procedure
7981
will depend on your system.
8082

0 commit comments

Comments
 (0)