proxyseller


Nameproxyseller JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/makarworld/proxyseller.git
SummaryUnofficial python library for working with proxy-seller.com
upload_time2025-01-17 16:21:15
maintainerNone
docs_urlNone
authorabuztrade
requires_python>=3.10.0
licenseMIT License
keywords
VCS
bugtrack_url
requirements requests curl_cffi
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # proxyseller - Unofficial python library for working with proxy-seller.com

Site: https://proxy-seller.com/

Docs: https://docs.proxy-seller.com/

> pip install proxyseller

Example:
```python
from proxyseller import ProxySeller

api_key = "YOUR_API_KEY"
proxyseller = ProxySeller(api_key)

print(proxyseller.balance())
```

Methods:
```python
proxyseller.setPaymentId(id)
proxyseller.getPaymentId()
proxyseller.setGenerateAuth(yn)
proxyseller.getGenerateAuth()
proxyseller.authList()
proxyseller.authActive(id, active)
proxyseller.balance()
proxyseller.balanceAdd(summ, paymentId)
proxyseller.balancePaymentsList()
proxyseller.referenceList(type)
proxyseller.orderCalc(data)
proxyseller.orderCalcIpv4(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderCalcIsp(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderCalcMix(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderCalcIpv6(countryId, periodId, quantity, authorization, customTargetName, protocol, coupon)
proxyseller.orderCalcMobile(countryId, periodId, quantity, authorization, operatorId, rotationId, coupon)
proxyseller.orderCalcResident(tarifId, coupon)
proxyseller.orderMakeIpv4(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderMakeIsp(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderMakeMix(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.orderMakeIpv6(countryId, periodId, quantity, authorization, customTargetName, protocol, coupon)
proxyseller.orderMakeMobile(countryId, periodId, quantity, authorization, operatorId, rotationId, coupon)
proxyseller.orderMakeResident(tarifId, coupon)
proxyseller.orderMake(countryId, periodId, quantity, authorization, customTargetName, coupon)
proxyseller.prolongCalc(type, ids, periodId, coupon)
proxyseller.prolongMake(type, ids, periodId, coupon)
proxyseller.proxyList(type)
proxyseller.proxyDownload(type, ext, proto, listId)
proxyseller.proxyCommentSet(ids, comment)
proxyseller.proxyCheck(proxy)
proxyseller.ping()
proxyseller.residentPackage()
proxyseller.residentGeo()
proxyseller.residentList()
proxyseller.residentListRename(id, title)
proxyseller.residentListDelete(id)
proxyseller.residentSubUserCreate(is_link_date, rotation, traffic_limit, expired_at)
proxyseller.residentSubUserUpdate(is_link_date, rotation, traffic_limit, expired_at, is_active, package_key)
proxyseller.residentSubUserPackages()
proxyseller.residentSubUserDelete(package_key)
proxyseller.residentSubUserLists(package_key, list_id)
proxyseller.residentSubUserListAdd(title, whitelist, geo, export, rotation, package_key)
proxyseller.residentSubUserListRename(id, title, package_key)
proxyseller.residentSubUserListRotation(id, rotation, package_key)
proxyseller.residentSubUserListDelete(id, package_key)
proxyseller.residentSubUserListTools(package_key)
```

# Main part of code was sourced from https://bitbucket.org/abuztrade/user-api-python/src/master/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/makarworld/proxyseller.git",
    "name": "proxyseller",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "abuztrade",
    "author_email": "abuztrade.work@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/45/9b/3135ef19b8f1b508e5e4274d884462714f64ea9dd9caa04e43d624c23980/proxyseller-1.0.4.tar.gz",
    "platform": null,
    "description": "# proxyseller - Unofficial python library for working with proxy-seller.com\r\n\r\nSite: https://proxy-seller.com/\r\n\r\nDocs: https://docs.proxy-seller.com/\r\n\r\n> pip install proxyseller\r\n\r\nExample:\r\n```python\r\nfrom proxyseller import ProxySeller\r\n\r\napi_key = \"YOUR_API_KEY\"\r\nproxyseller = ProxySeller(api_key)\r\n\r\nprint(proxyseller.balance())\r\n```\r\n\r\nMethods:\r\n```python\r\nproxyseller.setPaymentId(id)\r\nproxyseller.getPaymentId()\r\nproxyseller.setGenerateAuth(yn)\r\nproxyseller.getGenerateAuth()\r\nproxyseller.authList()\r\nproxyseller.authActive(id, active)\r\nproxyseller.balance()\r\nproxyseller.balanceAdd(summ, paymentId)\r\nproxyseller.balancePaymentsList()\r\nproxyseller.referenceList(type)\r\nproxyseller.orderCalc(data)\r\nproxyseller.orderCalcIpv4(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderCalcIsp(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderCalcMix(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderCalcIpv6(countryId, periodId, quantity, authorization, customTargetName, protocol, coupon)\r\nproxyseller.orderCalcMobile(countryId, periodId, quantity, authorization, operatorId, rotationId, coupon)\r\nproxyseller.orderCalcResident(tarifId, coupon)\r\nproxyseller.orderMakeIpv4(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderMakeIsp(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderMakeMix(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.orderMakeIpv6(countryId, periodId, quantity, authorization, customTargetName, protocol, coupon)\r\nproxyseller.orderMakeMobile(countryId, periodId, quantity, authorization, operatorId, rotationId, coupon)\r\nproxyseller.orderMakeResident(tarifId, coupon)\r\nproxyseller.orderMake(countryId, periodId, quantity, authorization, customTargetName, coupon)\r\nproxyseller.prolongCalc(type, ids, periodId, coupon)\r\nproxyseller.prolongMake(type, ids, periodId, coupon)\r\nproxyseller.proxyList(type)\r\nproxyseller.proxyDownload(type, ext, proto, listId)\r\nproxyseller.proxyCommentSet(ids, comment)\r\nproxyseller.proxyCheck(proxy)\r\nproxyseller.ping()\r\nproxyseller.residentPackage()\r\nproxyseller.residentGeo()\r\nproxyseller.residentList()\r\nproxyseller.residentListRename(id, title)\r\nproxyseller.residentListDelete(id)\r\nproxyseller.residentSubUserCreate(is_link_date, rotation, traffic_limit, expired_at)\r\nproxyseller.residentSubUserUpdate(is_link_date, rotation, traffic_limit, expired_at, is_active, package_key)\r\nproxyseller.residentSubUserPackages()\r\nproxyseller.residentSubUserDelete(package_key)\r\nproxyseller.residentSubUserLists(package_key, list_id)\r\nproxyseller.residentSubUserListAdd(title, whitelist, geo, export, rotation, package_key)\r\nproxyseller.residentSubUserListRename(id, title, package_key)\r\nproxyseller.residentSubUserListRotation(id, rotation, package_key)\r\nproxyseller.residentSubUserListDelete(id, package_key)\r\nproxyseller.residentSubUserListTools(package_key)\r\n```\r\n\r\n# Main part of code was sourced from https://bitbucket.org/abuztrade/user-api-python/src/master/\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Unofficial python library for working with proxy-seller.com",
    "version": "1.0.4",
    "project_urls": {
        "Download": "https://github.com/makarworld/proxyseller/archive/refs/tags/v1.0.4.zip",
        "Homepage": "https://github.com/makarworld/proxyseller.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2126d98cbed60db0356fb3fe237956c050fa2e7a1f2448ca959b011c9be73ea5",
                "md5": "6b91f1dab3769abe7117027dcb21b579",
                "sha256": "0e7b4713e70054921899f73b25243003c8cc49d9d1955d89cbcb343ad4fe34a1"
            },
            "downloads": -1,
            "filename": "proxyseller-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b91f1dab3769abe7117027dcb21b579",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 14712,
            "upload_time": "2025-01-17T16:21:13",
            "upload_time_iso_8601": "2025-01-17T16:21:13.628405Z",
            "url": "https://files.pythonhosted.org/packages/21/26/d98cbed60db0356fb3fe237956c050fa2e7a1f2448ca959b011c9be73ea5/proxyseller-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "459b3135ef19b8f1b508e5e4274d884462714f64ea9dd9caa04e43d624c23980",
                "md5": "be8edf1eb5dbe7f35dcf848753c51149",
                "sha256": "9c65da66b25dba9aaf3ee9c08d4c0373aa850710e0d4914521d2f1119ef48989"
            },
            "downloads": -1,
            "filename": "proxyseller-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "be8edf1eb5dbe7f35dcf848753c51149",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 14624,
            "upload_time": "2025-01-17T16:21:15",
            "upload_time_iso_8601": "2025-01-17T16:21:15.841890Z",
            "url": "https://files.pythonhosted.org/packages/45/9b/3135ef19b8f1b508e5e4274d884462714f64ea9dd9caa04e43d624c23980/proxyseller-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 16:21:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "makarworld",
    "github_project": "proxyseller",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "curl_cffi",
            "specs": []
        }
    ],
    "lcname": "proxyseller"
}
        
Elapsed time: 0.80796s