资源简介
python的socket代理模块
安装方法:解压后把socks.py文件复制到文件夹C:\Python25\Lib,这里假设你装的是python2.5
使用方法:
import socks, socket
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "地址", 端口)
socket.socket = socks.socksocket
接下来,你就可以照常使用socket了,一切都会悄悄地通过代理出去的~
使用实例:/viewthread.php?tid=328351&page=1#pid1888884
安装方法:解压后把socks.py文件复制到文件夹C:\Python25\Lib,这里假设你装的是python2.5
使用方法:
import socks, socket
socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "地址", 端口)
socket.socket = socks.socksocket
接下来,你就可以照常使用socket了,一切都会悄悄地通过代理出去的~
使用实例:/viewthread.php?tid=328351&page=1#pid1888884
代码片段和文件信息
“““SocksiPy - Python SOCKS module.
Version 1.00
Copyright 2006 Dan-Haim. All rights reserved.
Redistribution and use in source and binary forms with or without modification
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of Dan Haim nor the names of his contributors may be used
to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1423 2006-10-20 03:58 LICENSE
文件 622 2006-10-25 22:54 BUGS
文件 9233 2006-10-25 22:49 README
文件 13785 2006-10-25 22:19 socks.py
相关资源
- Pycharm+Django+Python+MySQL开发
- Python自动化运维技术与最佳实践
- Python学习手册.mobi kindle电子书 带源码
- OpenCV 3-python语言
- Python基础教程 Beginning Python From Novic
- Selenium2 Python自动化测试实战第二版高
- 《selenium2 python 自动化测试实战第二版
- opencv_python-3.4.0+contrib-cp36-cp36m-win_amd
- 机电控制python
- scipy-1.0.0-cp36-none-win_amd64.whl
- python2.7、numpy、matplotlib在windows 64位平
- 《Python深度学习》中文版pdf+英文版
- python3.6.5版本
- 跟老齐学python:django实战 源代码
- Python Machine Learning(第1版+第2版)-2
- 《Python深度学习》(Deep Learning With
- Python机器学习实践指南中文版带书签
- Python数据科学手册+
- Python高级编程
- Python自动化运维--刘天斯--带书签目录
- 《Python算法教程》中文版 高清完整
- Python机器学习及实践_从零开始通往
- gdal+python环境exe打包
- python基础教程第二版中文版 完整高清
- 最新版windows python-3.8.6-amd64.exe
- BrettSlatkin-EffectivePython编写高质量Pyt
- python参考手册第四版带书签
- Python机器学习及实践-从零开始通往
- 量化投资:以Python为工具,代码和数
- opencv_python-3.2.0-cp35-cp35m-win_amd64.whl
评论
共有 条评论