Skip to content

Commit

Permalink
added ReCaptchaV2Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Nov 19, 2022
1 parent c958ca7 commit 1cf753d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
directory: "/capmonster_python"
schedule:
interval: "daily"
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.9"

- name: Install setup dependencies
run: make setup_dependencies
Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Capmonster.cloud for Python

[Capmonster.cloud](https://capmonster.cloud) package for Python3

If you have any problem with usage, [read the documentation](https://github.com/alperensert/capmonster_python/wiki) or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)
If you have any problem with usage, [read the documentation](https://alperensert.github.io/capmonster_python) or [create an issue](https://github.com/alperensert/capmonster_python/issues/new)

*At least 2x cheaper, up to 30x faster than manual recognition services.*

Expand Down Expand Up @@ -71,15 +71,4 @@ print(result.get("seccode"))
print(result.get("validate"))
```

For other examples and api documentation please visit [wiki](https://github.com/alperensert/capmonster_python/wiki)

### Migration from 1.3.2 to 2.x
- v2.x is created for automation and stability.
- If you want to use old version: (no longer supported)

```
pip install capmonster-python==1.3.2
```
- If you want to use new version 2.x:
- All methods, classes and fields are changed for maximum optimization and continuous automation.
Check out [wiki](https://github.com/alperensert/capmonster_python/wiki) for usage examples and package api.
For other examples and api documentation please visit [wiki](https://alperensert.github.io/capmonster_python)
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

setup(
name="capmonster_python",
version="2.2.1",
packages=["capmonster_python"],
url="https://github.com/alperensert/capmonster_python",
long_description=long_description,
Expand All @@ -32,7 +33,7 @@
install_requires=["requests", "six"],
python_requires=">=3",
project_urls={
"Documentation": 'https://github.com/alperensert/capmonster_python/wiki/',
"Documentation": 'https://alperensert.github.io/capmonster_python/',
"Source": 'https://github.com/alperensert/capmonster_python/',
"Tracker": 'https://github.com/alperensert/capmonster_python/issues',
},
Expand Down

0 comments on commit 1cf753d

Please sign in to comment.