GithubHelp home page GithubHelp logo

j0rd1s3rr4n0 / api Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 0.0 22.66 MB

Configs, Proxys (1h Update)

Home Page: https://j0rd1s3rr4n0.github.io/api/

License: MIT License

HTML 3.73% Python 92.58% Shell 3.69%
api config configuration proxy-list proxy-scrapper

api's Introduction

๐Ÿ’ซ About Me:

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป Passionate about technology, cybersecurity, and programming, always eager to learn, improve, and embrace challenges. ๐Ÿ›ก๏ธ Devoted to advancing cybersecurity knowledge and exploring the depths of information, on a perpetual quest for innovation and excellence.

Studying how to enhance cybersecurity and uncovering hidden knowledge, I am dedicated to continuous learning and self-improvement.

๐Ÿ“ซ Contact Me:

Feel free to connect and collaborate! ๐Ÿš€

๐ŸŒ Socials:

Discord Instagram LinkedIn Twitter

๐Ÿ’ป Tech Stack:

C# C++ C Apache Groovy CSS3 Go HTML5 Java Lua LaTeX Kotlin JavaScript Markdown PHP Perl Python Shell Script AWS Azure Cloudflare Firebase DigitalOcean Netlify Oracle Google Cloud .Net Angular Angular.js Bootstrap Django DjangoREST Code-Igniter Chart.js FastAPI Flask Flutter jQuery JWT Laravel Meteor JS NPM Next JS NodeJS React React Native Socket.io Threejs Vue.js Vuetify TailwindCSS Symfony SASS Apache Nginx MariaDB MicrosoftSQLServer MongoDB MySQL SQLite Postgres Adobe Dreamweaver Adobe Photoshop Blender Canva Figma Sketch Gimp Gnu Image Manipulation Program Krita NumPy Pandas PyTorch TensorFlow Notion Trello Raspberry Pi Terraform Postman Prezi Docker Jira Arduino Gradle Babel CMake Portfolio

๐Ÿ“Š GitHub Stats:



๐Ÿ† GitHub Trophies

โœ๏ธ Random Dev Quote


๐Ÿ’ฐ You can help me by Donating

BuyMeACoffee PayPal Ko-Fi

TryHackMe

api's People

Contributors

j0rd1s3rr4n0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

api's Issues

Feature Request: Proxy List Update and Filtering

Enhance Proxy List Management with External Source Replacement and Regex Filtering

Description:
Introduce a feature to facilitate the seamless update of proxy lists by replacing external sources and applying regex filtering to extract IP:Port combinations. This enhancement streamlines the process of working with proxy data, allowing users to easily integrate and manage proxy information in a cleaner and more efficient manner.

Example Usage:
Suppose you have a proxy list with additional information, such as country and region details. Utilizing the new feature, you can update and clean the list using a simple Python script:

import re

def update_and_filter_proxies(proxy_list):
    # Define a regular expression pattern to match IP:Port
    ip_port_pattern = re.compile(r'(\d+\.\d+\.\d+\.\d+:\d+)')
    
    # Update proxies and remove extra information
    updated_proxies = [re.search(ip_port_pattern, proxy).group(1) for proxy in proxy_list]
    
    return updated_proxies

# Example usage
proxy_list_with_linesplit = ['38.156.233.75:999|Dominican Republic|Nacional|Santo Domingo', '103.66.196.218:23500|Indonesia|West Kalimantan|Sungai Raya', ...]

updated_proxies = update_and_filter_proxies(proxy_list_with_linesplit)

print("Original Proxy List:")
print(proxy_list_with_linesplit)
print("\nUpdated Proxy List:")
print(updated_proxies)

In this example, update_and_filter_proxies function takes a proxy list as input, applies the specified updates, and returns a cleaned list containing only the IP:Port combinations. The result is a more manageable proxy list that can be easily integrated into various applications or systems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.