Skip to content

HoJLter/aiopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 AIOproxytest 🌐

aiopt is a simple asynchronous lib for testing proxy servers


🖥 Installation

To install aiopt you may use pip:

💡 Usage

Example:
from aiopt import check_proxies
import asyncio


async def main():
    proxy_list = ['https://190.58.248.86:80',
                  'http://45.12.150.82:8080']

    result = await check_proxies(proxy_list)

    print(result.proxies)         # [https://190.58.248.86:80, http://45.12.150.82:8080]
    print(result.valid_proxies)   # [http://45.12.150.82:8080]
    print(result.invalid_proxies) # [https://190.58.248.86:80]


if __name__ == '__main__':
    asyncio.run(main())

🤝 Contribution

Contributions are welcome! If you have ideas for improving this project, please post them in issues. (if I don't answer, you can email me)

If you have any troubles, please tell about it in issues

About

aiopt is a simple asynchronous lib for testing proxy servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages