Skip to main content

This is the simplest module for quick work with proxy.

Project description

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

My nickname: akaruineko

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyFrisk-0.0.3.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyFrisk-0.0.3-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file PyFrisk-0.0.3.tar.gz.

File metadata

  • Download URL: PyFrisk-0.0.3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for PyFrisk-0.0.3.tar.gz
Algorithm Hash digest
SHA256 6123435f73e49e1a81660d2ee1d60c51961efab21801d8a0a417a5d6cecbe548
MD5 d79c67217cf61644c2a31ef20c0ae9b4
BLAKE2b-256 db1e3e9379ce04fea0fdb6cd67285b8b3cbc74c13f213bdb2e7382c853305c61

See more details on using hashes here.

File details

Details for the file PyFrisk-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: PyFrisk-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for PyFrisk-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 81c17fce355c866c0861ebbc468e2afd2fbba038532884cc23a28257bf5c8326
MD5 77dfc6fd8097e06838f8a5ba273bcbba
BLAKE2b-256 764644e31b378f69799c493b9816d14ad533aa4728a3a36ea8ff2f51e925e164

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page