Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaymun723/captcha-bot
A discord bot to show the usage of reCaptcha in a discord server.
https://github.com/jaymun723/captcha-bot
discord discord-bot discord-js recaptcha recaptchav2
Last synced: about 1 month ago
JSON representation
A discord bot to show the usage of reCaptcha in a discord server.
- Host: GitHub
- URL: https://github.com/jaymun723/captcha-bot
- Owner: Jaymun723
- Created: 2019-12-17T15:31:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:33:11.000Z (about 2 years ago)
- Last Synced: 2023-02-27T23:17:10.930Z (almost 2 years ago)
- Topics: discord, discord-bot, discord-js, recaptcha, recaptchav2
- Language: TypeScript
- Size: 259 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# captcha-bot
README in progress...
## Getting Started
Create a `secrets.json` based on `secrets.example.json`.
Install dependencies
```sh
yarn # or npm install
```Start the bot (and the server)
```sh
yarn start # or npm start
```