Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ad-m
/
python-anticaptcha
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
232
Code
Issues
26
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: ad-m/python-anticaptcha
Actions
All workflows
Workflows
E2E test ↔️
E2E test ↔️
Publish Python package
Publish Python package
Python package
Python package
Show more workflows...
Management
Caches
Deployments
Python package
Python package
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
pythonpackage.yml
will be ignored since log searching is not yet available
77 workflow runs
77 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
fix: release v2.0.0
Python package
#173:
Commit
b1bbee2
pushed by
ad-m
1m 19s
v2.0.0
v2.0.0
1m 19s
View workflow file
fix: release v2.0.0
Python package
#172:
Commit
b1bbee2
pushed by
ad-m
1m 8s
master
master
1m 8s
View workflow file
Migrate build system from setuptools to hatchling (#136)
Python package
#171:
Commit
0b8f1be
pushed by
ad-m
59s
master
master
59s
View workflow file
Migrate build system from setuptools to hatchling
Python package
#170:
Commit
c8ba532
pushed by
ad-m
55s
claude/migrate-to-hatchling-jI8LK
claude/migrate-to-hatchling-jI8LK
55s
View #136
View workflow file
Replace KEY env var with ANTICAPTCHA_API_KEY in e2e tests, CI, and ex…
Python package
#169:
Commit
454e513
pushed by
ad-m
1m 6s
master
master
1m 6s
View workflow file
Remove six dependency, use stdlib urllib.parse (#133)
Python package
#168:
Commit
5708d62
pushed by
ad-m
1m 0s
master
master
1m 0s
View workflow file
Add Cloudflare Turnstile captcha support
Python package
#167:
Commit
be25c71
pushed by
ad-m
1m 5s
claude/modernize-library-plan-dXUsJ
claude/modernize-library-plan-dXUsJ
1m 5s
View #134
View workflow file
Add comprehensive docstrings to all public classes and methods (#132)
Python package
#166:
Commit
a4cc29e
pushed by
ad-m
1m 2s
master
master
1m 2s
View workflow file
Replace KEY env var with ANTICAPTCHA_API_KEY in e2e tests, CI, and ex…
Python package
#165:
Commit
6788a3c
pushed by
ad-m
1m 1s
claude/update-env-var-tests-yQEeM
claude/update-env-var-tests-yQEeM
1m 1s
View #135
View workflow file
Add Sphinx doc-comments for snake_case aliases
Python package
#164:
Commit
55cad9e
pushed by
ad-m
1m 3s
claude/modernize-library-plan-96if9
claude/modernize-library-plan-96if9
1m 3s
View #132
View workflow file
Remove six dependency, use stdlib urllib.parse
Python package
#163:
Commit
a007f86
pushed by
ad-m
59s
claude/remove-six-moves-urllib-Spy0q
claude/remove-six-moves-urllib-Spy0q
59s
View #133
View workflow file
Add comprehensive docstrings to all public API classes and methods
Python package
#162:
Commit
992f01a
pushed by
ad-m
1m 3s
claude/modernize-library-plan-96if9
claude/modernize-library-plan-96if9
1m 3s
View workflow file
Add async support with AsyncAnticaptchaClient (#131)
Python package
#161:
Commit
3a7840e
pushed by
ad-m
1m 0s
master
master
1m 0s
View workflow file
Add six to test dependencies
Python package
#160:
Commit
2006446
pushed by
ad-m
1m 1s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
1m 1s
View #131
View workflow file
Remove import aliases in test_examples.py, use sync_ prefixed names d…
Python package
#159:
Commit
0853ce2
pushed by
ad-m
1m 1s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
1m 1s
View workflow file
Fix E2E tests: update example imports to use sync_ prefix
Python package
#158:
Commit
b37d815
pushed by
ad-m
1m 2s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
1m 2s
View workflow file
Fix CI: linter errors, mypy types, and add httpx to test deps
Python package
#157:
Commit
2bdcac8
pushed by
ad-m
1m 2s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
1m 2s
View workflow file
Defer httpx ImportError to instantiation time for Sphinx compatibility
Python package
#156:
Commit
ab6bd09
pushed by
ad-m
59s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
59s
View workflow file
Merge origin/master and resolve conflicts
Python package
#155:
Commit
88fbf31
pushed by
ad-m
54s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
54s
View workflow file
Balance sync and async as equal first-class citizens
Python package
#154:
Commit
3051ca4
pushed by
ad-m
53s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
53s
View workflow file
Add type hints and modernize code style with ruff/mypy (#130)
Python package
#153:
Commit
f6d348c
pushed by
ad-m
1m 0s
master
master
1m 0s
View workflow file
Fix mypy error from reused response variable in createTaskSmee
Python package
#152:
Commit
2814c5b
pushed by
ad-m
57s
claude/add-github-actions-ci-75v3Y
claude/add-github-actions-ci-75v3Y
57s
View #130
View workflow file
Scope mypy pre-commit hook to python_anticaptcha package only
Python package
#151:
Commit
2fdf8e6
pushed by
ad-m
58s
claude/add-github-actions-ci-75v3Y
claude/add-github-actions-ci-75v3Y
58s
View workflow file
Merge remote-tracking branch 'origin/master' into claude/add-github-a…
Python package
#150:
Commit
ef5fbde
pushed by
ad-m
1m 2s
claude/add-github-actions-ci-75v3Y
claude/add-github-actions-ci-75v3Y
1m 2s
View workflow file
Extract shared mixins, add documentation and examples for async support
Python package
#149:
Commit
df32de0
pushed by
ad-m
57s
claude/add-async-support-oN5u6
claude/add-async-support-oN5u6
57s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.