auth_capture_proxy
A Python project for capturing auth credentials using a proxy.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords from Contributors
Repository
A Python project for capturing auth credentials using a proxy.
Basic Info
- Host: GitHub
- Owner: alandtse
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://github.com/alandtse/auth_capture_proxy
- Size: 533 KB
Statistics
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 3
- Releases: 32
Metadata Files
README.md
Authcaptureproxy
A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth.
Install
bash
pip install authcaptureproxy
Using
To see basic usage look at the proxy-example that logs into Amazon.com and will print out the detected email and password.
bash
python authcaptureproxy/cli.py proxy-example
See the docs 📚 for more info.
License
Licensed under the terms of the Apache License 2.0.
Contributing
New issues and pull requests are welcome. Please refer to the contributing guide and security policy.
Generated with Tyrannosaurus.
Owner
- Name: Alan Tse
- Login: alandtse
- Kind: user
- Website: https://www.buymeacoffee.com/alandtse
- Repositories: 29
- Profile: https://github.com/alandtse
Citation (CITATION.cff)
cff-version: 1.1.0
message: Software reference
title: auth_capture_proxy
version: 1.3.3
abstract: A Python project
authors:
- family-names: $${author.last#1}
given-names: $${author.first#1}
keywords: [""]
date-released: $${today.zulu}
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "auth_capture_proxy",
"name": "auth_capture_proxy",
"description": "A Python project",
"codeRepository": "https://github.com/alandtse/auth_capture_proxy",
"issueTracker": "https://github.com/alandtse/auth_capture_proxy/issues",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"version": "1.3.3",
"author": [
{
"@type": "Person",
"givenName": "Alan",
"familyName": "Tse"
}
],
"contributor": [],
"maintainer": {
"@type": "Person",
"givenName": "Alan",
"familyName": "Tse"
},
"contIntegration": "https://github.com/alandtse/auth_capture_proxy/actions",
"developmentStatus": "active",
"downloadUrl": "https://pypi.org/project/authcaptureproxy/",
"keywords": [
""
],
"dateCreated": "2021-02-03",
"datePublished": "2021-02-03",
"programmingLanguage": "Python"
}
GitHub Events
Total
- Create event: 2
- Release event: 1
- Issues event: 2
- Watch event: 1
- Delete event: 1
- Issue comment event: 2
- Push event: 3
- Pull request event: 6
- Fork event: 1
Last Year
- Create event: 2
- Release event: 1
- Issues event: 2
- Watch event: 1
- Delete event: 1
- Issue comment event: 2
- Push event: 3
- Pull request event: 6
- Fork event: 1
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Alan D. Tse | a****e@g****m | 172 |
| github-actions | a****n@g****m | 17 |
| semantic-release | s****e | 7 |
| github-actions | g****s@g****m | 7 |
| Alan Tse | a****e | 5 |
| Parker Wahle | r****d@r****z | 1 |
| dependabot[bot] | 4****] | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 8
- Total pull requests: 21
- Average time to close issues: 8 days
- Average time to close pull requests: about 16 hours
- Total issue authors: 6
- Total pull request authors: 4
- Average comments per issue: 0.88
- Average comments per pull request: 0.48
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: about 15 hours
- Average time to close pull requests: about 7 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 1.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- alandtse (3)
- a-n-n-a-l-e-e (1)
- mkb79 (1)
- danielbrunt57 (1)
- mweinelt (1)
- MartinHjelmare (1)
Pull Request Authors
- alandtse (17)
- dependabot[bot] (3)
- danielbrunt57 (2)
- regulad (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 412,442 last-month
- Total docker downloads: 1,911,045
- Total dependent packages: 2
- Total dependent repositories: 34
- Total versions: 32
- Total maintainers: 1
pypi.org: authcaptureproxy
A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth.
- Homepage: https://github.com/alandtse/auth_capture_proxy
- Documentation: https://auth_capture_proxy.readthedocs.io
- License: Apache-2.0
-
Latest release: 1.3.3
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- sphinx >=3.0,<4.0
- sphinx-autoapi >=1.5,<2.0
- sphinx-copybutton >=0.3,<1.0
- sphinx-rtd-theme >=0.5,<1.0
- tomlkit >=0.7,<1.0
- 125 dependencies
- bandit >=1.7, <2.0 develop
- black >=20.8b1 develop
- coverage ^5 develop
- coveralls ^3.0.0 develop
- flake8 ^3 develop
- flake8-bugbear ^20 develop
- flake8-docstrings ^1 develop
- hypothesis ^6 develop
- isort ^5.7.0 develop
- mypy >=0.790, <1.0 develop
- pre-commit >=2.9, <3.0 develop
- pre-commit-hooks >=3.4, <4.0 develop
- pytest ^6 develop
- pytest-asyncio ^0.14.0 develop
- pytest-cov ^2 develop
- python-semantic-release ^7.13.2 develop
- sphinx ^3 develop
- sphinx-autoapi ^1 develop
- sphinx-copybutton ^0.3.1 develop
- sphinx-rtd-theme >=0.5, <1.0 develop
- tomlkit >=0.7, <1.0 develop
- tox-gh-actions ^2.4.0 develop
- tox-poetry ^0.3.0 develop
- xdoctest >=0.15, <1.0 develop
- aiohttp ^3.7
- beautifulsoup4 ^4.9
- httpx *
- importlib-metadata >=3.4.0
- multidict ^6.0
- python ^3.7
- typer >=0.3, <1.0
- yarl ^1.6
- actions/checkout v2 composite
- lannonbr/issue-label-manager-action 2.0.0 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite
- relekang/python-semantic-release master composite
- python 3.9 build