Commit Graph

44 Commits

Author SHA1 Message Date
ZYSzys 51b13f4b94
fix: update patchca link (#21) 2023-10-04 14:00:46 +08:00
Syed Ahkam c63f6d3653
Add captcha-api to generation section (#17) 2021-11-30 20:30:00 +08:00
Kevin Deldycke 0b985424da
Add new captcha-like projects. (#15) 2020-05-17 16:46:42 +08:00
Michal 7bac1c1e79
Add Polish (#13)
* create readme-pl

initial

* update readme

added Polish

* update readme-pl

updated

* update readme-pl

small fix
2020-04-09 13:14:09 +08:00
renovate[bot] 175c6f938d Update dependency awesome-lint to v0.9.1 (#11)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| awesome-lint | devDependencies | patch | [`0.9.0` -> `0.9.1`](https://diff.intrinsic.com/awesome-lint/0.9.0/0.9.1) | [source](https://togithub.com/sindresorhus/awesome-lint) |

---

### Release Notes

<details>
<summary>sindresorhus/awesome-lint</summary>

### [`v0.9.1`](https://togithub.com/sindresorhus/awesome-lint/releases/v0.9.1)

[Compare Source](https://togithub.com/sindresorhus/awesome-lint/compare/v0.9.0...v0.9.1)

-   Add support for British 'licence spelling' ([#&#8203;56](https://togithub.com/sindresorhus/awesome-lint/issues/56))  [`3d2885e`](https://togithub.com/sindresorhus/awesome-lint/commit/3d2885e)
-   Add support for the new Awesome badge ([#&#8203;62](https://togithub.com/sindresorhus/awesome-lint/issues/62))  [`7d4176e`](https://togithub.com/sindresorhus/awesome-lint/commit/7d4176e)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#ZYSzys/awesome-captcha).

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2019-03-26 17:22:45 +08:00
ZYSzys 212ce5a986 Add kerlomz/captcha_trainer 2019-02-22 15:01:34 +08:00
renovate[bot] d6401e655d Update dependency awesome-lint to v0.9.0 (#10)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| awesome-lint | devDependencies | minor | `0.8.0` -> `0.9.0` | [source](https://togithub.com/sindresorhus/awesome-lint) |

---

### Release Notes

<details>
<summary>sindresorhus/awesome-lint</summary>

### [`v0.9.0`](https://togithub.com/sindresorhus/awesome-lint/releases/v0.9.0)

[Compare Source](https://togithub.com/sindresorhus/awesome-lint/compare/v0.8.0...v0.9.0)

-   Fix the casing issue of contributing.md  [`e502b45`](https://togithub.com/sindresorhus/awesome-lint/commit/e502b45)
-   Add `reporter` option ([#&#8203;55](https://togithub.com/sindresorhus/awesome-lint/issues/55))  [`9d12b8f`](https://togithub.com/sindresorhus/awesome-lint/commit/9d12b8f)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#ZYSzys/awesome-captcha).
2019-02-13 19:02:17 +08:00
Gregory Petukhov a81109e5db Add new python library (#8) 2019-02-02 12:07:36 +08:00
ZYSzys a7761ac945
fix README link (#9) 2019-01-29 21:48:21 +08:00
TheLastZombie 18b1720d4d Add Buster, fixes #5 (#6)
* Update README.md

* Update README-zh.md
2018-12-13 18:40:31 +08:00
ZYSzys 190ecb8392 🎨 clear up 2018-12-07 21:02:55 +08:00
renovate[bot] 54bf30bea2 Configure Renovate (#4)
Welcome to [Renovate](https://renovatebot.com)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.



---
### Detected Package Files

 * `package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this Configure Renovate PR is merged
  - Separate major versions of dependencies into individual branches/PRs
  - Do not separate patch and minor upgrades into separate PRs for the same dependency
  - Upgrade to unstable versions only if the existing version is unstable
  - Raise PRs immediately (after branch is created)
  - Use <code>renovate/</code> as prefix for all branch names
  - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others
  - Keep existing branches updated even when not scheduled
  - Disable automerging feature - wait for humans to merge all PRs
  - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories
  - Update existing lock files only when <code>package.json</code> is modified
  - Autodetect whether to pin dependencies or maintain ranges
  - Rate limit PR creation to a maximum of two per hour
  - Limit to maximum 20 concurrent Renovate PRs at any time
  - Group known monorepo packages together
  - Use curated list of recommended non-monorepo package groupings

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.

---

### What to Expect

It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.

---

 If you have any questions, try reading the [Docs](https://renovatebot.com/docs), particularly the Getting Started section.
Also, you can post questions about your config in [Renovate's Config Help repository](https://renovatebot.com/gh/renovatebot/config-help/issues).


---

This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#ZYSzys/awesome-captcha).
2018-11-27 21:19:22 +08:00
ZYSzys 534ec8a427 fix travis ci 2018-11-25 15:29:44 +08:00
ZYSzys c93e7fec31 ♥️ lint done 2018-11-25 15:20:52 +08:00
ZYSzys 12ccd5290d Delete HLearning/captcha 2018-11-23 21:45:55 +08:00
ZYSzys c7ac14a99b Add cnn_captcha 2018-11-23 20:38:31 +08:00
ZYSzys f917d93c29 ☝️ Add reCAPTCHA 2018-08-23 15:18:25 +08:00
ZYSzys a42cb8c0a0 succinct desc 2018-07-29 13:31:13 +08:00
ZYSzys 5b58f73e21 move badge to right-hand-side 2018-07-29 11:51:19 +08:00
ZYSzys 0c843be880 🔱 add CI 2018-06-30 11:33:54 +08:00
ZYSzys 64e427ccfe
Create CODE_OF_CONDUCT.md 2018-06-28 16:13:03 +08:00
ZYSzys b2486afe56 correct nodejs 2018-06-07 23:38:59 +08:00
ZYSzys 5640e7c75a 🌠 Upcase the first character of desp' 2018-06-07 23:37:44 +08:00
ZYSzys dafb70c314 👆 upcase first charactor 2018-06-07 23:27:40 +08:00
ZYSzys b58aa4c456 🌟add two captcha solver 2018-05-26 00:17:35 +08:00
ZYSzys 9058a0ecde 👆 add tesseract etc 2018-05-15 19:38:56 +08:00
ZYSzys 5553ea891d 1️⃣ 2018-04-18 21:07:47 +08:00
ZYSzys 2aeaa5188e 1️⃣ 2018-04-18 21:05:44 +08:00
ZYSzys 204f7aab4c
Merge pull request #2 from wastes/patch-2
add PR badge
2018-04-13 16:36:50 +08:00
ZYSzys 885f9eada8
Merge pull request #3 from wastes/patch-1
add PR badge
2018-04-13 16:35:19 +08:00
wastes a8ecc3339a
add PR badge 2018-04-13 16:30:45 +08:00
wastes 074c87629a
add PR badge 2018-04-13 16:29:07 +08:00
ZYSzys 5bcd48a11b del license 2018-04-13 10:38:46 +08:00
ZYSzys 94945483bf update license 2018-04-12 21:38:12 +08:00
ZYSzys 286dc67efd add 12306-captcha 2018-04-07 16:35:09 +08:00
ZYSzys 0a22fc3aa0 Merge branch 'master' of github.com:ZYSzys/awesome-captcha 2018-04-03 19:08:02 +08:00
ZYSzys 1f510867e7 add zheye 2018-04-03 19:07:32 +08:00
ZYSzys d4fb5738a9 Set theme jekyll-theme-cayman 2018-03-20 16:51:38 +08:00
ZYSzys 380453e9fb modified: README-zh.md
modified:   README.md
2018-03-19 20:21:08 +08:00
ZYSzys 32c07584e1 Set theme jekyll-theme-merlot 2018-03-11 15:54:49 +08:00
ZYSzys c470b1f3cc 🔥add more repos 2018-02-12 20:35:22 +08:00
ZYSzys 01a7fe698c ❤️ welcome to PR 2018-02-11 13:37:04 +08:00
ZYSzys be41ef9669 😉 complete mainly 2018-02-11 13:17:23 +08:00
ZYSzys a1c0dcc0f9
Initial commit 2018-02-11 12:29:31 +08:00