Skip to content
This repository was archived by the owner on Oct 28, 2020. It is now read-only.

dark0ghost/soks5-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy parser

Example

from proxy_parser import Proxy
import asyncio 

async def a():
  a = Proxy()
  await a.open_session()
  p = await a.main()
  print(p)
asyncio.run(a())
# "type " need for getting proxy string
#  change proxy type to "socks4" or "http" if you use not socks5 proxy.

Result :

List- template: "socks5://ip:port".

Requirements

Python 3.7+
BeautifulSoup
aiothttp
asyncio

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages