Git Product home page Git Product logo

cookiepool's People

Contributors

inlike avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cookiepool's Issues

不知道为啥不能用

web.py 文件初始运行时 app.listen(8016) 报错确实参数
升级了tornado依赖后web.py文件能运行了,但是检测不出来
{'_xsrf': '2|7f878fd1|80b288b2e37652325a85efba61f06b3f|1602251074', 'cookie_text': 'https://www.baidu.com', 'button': 'chrome_cookie'}
调用内部方法时
from handle.Interface import get_cookie

url = "http://www.taobao.com"

返回所有cookie

cookies = get_cookie(url)

Traceback (most recent call last):
File "C:\pcode\code\cookie1\lib\site-packages\redis\connection.py", line 484, in connect
sock = self._connect()
File "C:\pcode\code\cookie1\lib\site-packages\redis\connection.py", line 541, in _connect
raise err
File "C:\pcode\code\cookie1\lib\site-packages\redis\connection.py", line 529, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
求助大佬佬

导入db包时出错

Traceback (most recent call last):
File "H:\学习资料\编程学习\python\基础操作\Cookie-Pool\web.py", line 11, in
from db.peeweetools import Cookies
ModuleNotFoundError: No module named 'db.peeweetools'

import db
help(db)
Help on package db:

NAME
db

PACKAGE CONTENTS
column
db
queries (package)
query_templates
s3
table
tests (package)
utils

FILE
d:\program files\winpython-64bit-3.6.1.0qt5\python-3.6.1.amd64\lib\site-packages\db_init_.py

确认了一下,错误原因是python自带了一个名称是db的模块,因此会优先导入这个包。

pip install browsercookie 出错

log:
running build_ext
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Random.OSRNG.winrandom' extension
error: Microsoft Visual C++ 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.micro
soft.com/download/details.aspx?id=8279


Command "c:\python34\python.exe -u -c "import setuptools, tokenize;file='G:\SYS_TEMP\temp\pip
-install-od16q3vq\pycrypto\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().rep
lace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record G:\SYS_TEMP\tem
p\pip-record-fsrf8ig3\install-record.txt --single-version-externally-managed --compile" failed with
error code 1 in G:\SYS_TEMP\temp\pip-install-od16q3vq\pycrypto\

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.