PyFrisk


NamePyFrisk JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/BrightCat14/Pfrisk
SummaryThis is the simplest module for quick work with proxy.
upload_time2024-07-13 20:24:23
maintainerNone
docs_urlNone
authorakaruineko
requires_python>=3.6
licenseNone
keywords proxy ips helping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyFrisk
## What is this? ##
This is the simplest module for quick work with proxy and ips. **The module allows you to work with proxy in just one line of** `code`, **without** the need **to manually getting geolocation, splitting ip:port, or getting ip from domain each time**


## Using
Let's import it first:
First, import everything from the library (use the `from `...` import *` construct).

Examples of all operations:

### proxy
Enabling proxy using the `enable_proxy()` function:

`PyFrisk.enable_proxy()`

Changing proxy settings using the `change_proxy(ip, port)` function:


    ip = "127.0.0.1"
    port = "8080"
    Pfrisk.change_proxy(ip, port)


Disabling proxy using the `disable_proxy()` function:

`PyFrisk.disable_proxy()`

### ip
Getting geolocation using the `get_geolocation(ip_address)` function:

    ip_address = "173.194.222.100"
    PyFrisk.get_geolocation(ip_address)

Getting ip from domain using the `get_ip_from_domain(domain_name)` function:

    domain_name = "google.com"
    PyFrisk.get_ip_from_domain(domain_name)

### helper
Getting free proxy using the `get_free_proxies()` function:

`PyFrisk.get_free_proxies()`

Splitting ip:port using the `split_ip_port(ip_port_str)` function:

`PyFrisk.split_ip_port(ip_port_str)`

## Developer ##
My youtube: [link](http://www.youtube.com/@AkaruiNeko/) 

My nickname: akaruineko

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BrightCat14/Pfrisk",
    "name": "PyFrisk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "proxy ips helping",
    "author": "akaruineko",
    "author_email": "brightcat1950@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/db/1e/3e9379ce04fea0fdb6cd67285b8b3cbc74c13f213bdb2e7382c853305c61/PyFrisk-0.0.3.tar.gz",
    "platform": null,
    "description": "# PyFrisk\r\n## What is this? ##\r\nThis is the simplest module for quick work with proxy and ips. **The module allows you to work with proxy in just one line of** `code`, **without** the need **to manually getting geolocation, splitting ip:port, or getting ip from domain each time**\r\n\r\n\r\n## Using\r\nLet's import it first:\r\nFirst, import everything from the library (use the `from `...` import *` construct).\r\n\r\nExamples of all operations:\r\n\r\n### proxy\r\nEnabling proxy using the `enable_proxy()` function:\r\n\r\n`PyFrisk.enable_proxy()`\r\n\r\nChanging proxy settings using the `change_proxy(ip, port)` function:\r\n\r\n\r\n    ip = \"127.0.0.1\"\r\n    port = \"8080\"\r\n    Pfrisk.change_proxy(ip, port)\r\n\r\n\r\nDisabling proxy using the `disable_proxy()` function:\r\n\r\n`PyFrisk.disable_proxy()`\r\n\r\n### ip\r\nGetting geolocation using the `get_geolocation(ip_address)` function:\r\n\r\n    ip_address = \"173.194.222.100\"\r\n    PyFrisk.get_geolocation(ip_address)\r\n\r\nGetting ip from domain using the `get_ip_from_domain(domain_name)` function:\r\n\r\n    domain_name = \"google.com\"\r\n    PyFrisk.get_ip_from_domain(domain_name)\r\n\r\n### helper\r\nGetting free proxy using the `get_free_proxies()` function:\r\n\r\n`PyFrisk.get_free_proxies()`\r\n\r\nSplitting ip:port using the `split_ip_port(ip_port_str)` function:\r\n\r\n`PyFrisk.split_ip_port(ip_port_str)`\r\n\r\n## Developer ##\r\nMy youtube: [link](http://www.youtube.com/@AkaruiNeko/) \r\n\r\nMy nickname: akaruineko\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is the simplest module for quick work with proxy.",
    "version": "0.0.3",
    "project_urls": {
        "GitHub": "https://github.com/BrightCat14/Pfrisk",
        "Homepage": "https://github.com/BrightCat14/Pfrisk"
    },
    "split_keywords": [
        "proxy",
        "ips",
        "helping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "764644e31b378f69799c493b9816d14ad533aa4728a3a36ea8ff2f51e925e164",
                "md5": "77dfc6fd8097e06838f8a5ba273bcbba",
                "sha256": "81c17fce355c866c0861ebbc468e2afd2fbba038532884cc23a28257bf5c8326"
            },
            "downloads": -1,
            "filename": "PyFrisk-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77dfc6fd8097e06838f8a5ba273bcbba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3590,
            "upload_time": "2024-07-13T20:24:22",
            "upload_time_iso_8601": "2024-07-13T20:24:22.094090Z",
            "url": "https://files.pythonhosted.org/packages/76/46/44e31b378f69799c493b9816d14ad533aa4728a3a36ea8ff2f51e925e164/PyFrisk-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db1e3e9379ce04fea0fdb6cd67285b8b3cbc74c13f213bdb2e7382c853305c61",
                "md5": "d79c67217cf61644c2a31ef20c0ae9b4",
                "sha256": "6123435f73e49e1a81660d2ee1d60c51961efab21801d8a0a417a5d6cecbe548"
            },
            "downloads": -1,
            "filename": "PyFrisk-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d79c67217cf61644c2a31ef20c0ae9b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3089,
            "upload_time": "2024-07-13T20:24:23",
            "upload_time_iso_8601": "2024-07-13T20:24:23.350342Z",
            "url": "https://files.pythonhosted.org/packages/db/1e/3e9379ce04fea0fdb6cd67285b8b3cbc74c13f213bdb2e7382c853305c61/PyFrisk-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 20:24:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BrightCat14",
    "github_project": "Pfrisk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyfrisk"
}
        
Elapsed time: 0.49510s