Git Product home page Git Product logo

sitecopy's Introduction

Hi 👋, I'm Threezh1(三之)

A junior in Information Security major of CUIT, and a member of D0g3 Security Laboratory. Recently, I am improving my technical level👍, creating useful tools🔨, and learning interesting knowledge🧠. Besides, I usually like watching movies and skateboarding.

A little more about me

  • 🌱 I’m looking for help with ctf, bugbounty, Development😭
  • 📫 How to reach me: [email protected]
  • 💬 Ask me about anything, I am happy to help

Languages and Tools:

Readme.md Reference visitcount

sitecopy's People

Contributors

threezh1 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

sitecopy's Issues

hello

Jar file xml file download error

在安装依赖库的时候报错

Collecting bs4 (from -r requirements.txt (line 1))
Using cached bs4-0.0.1-py3-none-any.whl
Collecting Path (from -r requirements.txt (line 2))
Obtaining dependency information for Path from https://files.pythonhosted.org/packages/91/a2/70f98e6de9854fe7e63561bf4380e0d42608cbfaa5f9d9e854f87b504414/path-16.7.1-py3-none-any.whl.metadata
Using cached path-16.7.1-py3-none-any.whl.metadata (7.5 kB)
Collecting asyncio (from -r requirements.txt (line 3))
Using cached asyncio-3.4.3-py3-none-any.whl (101 kB)
Collecting argparse (from -r requirements.txt (line 4))
Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Collecting functools (from -r requirements.txt (line 5))
Using cached functools-0.5.tar.gz (4.9 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting beautifulsoup4 (from bs4->-r requirements.txt (line 1))
Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
Collecting soupsieve>1.2 (from beautifulsoup4->bs4->-r requirements.txt (line 1))
Obtaining dependency information for soupsieve>1.2 from https://files.pythonhosted.org/packages/4c/f3/038b302fdfbe3be7da016777069f26ceefe11a681055ea1f7817546508e3/soupsieve-2.5-py3-none-any.whl.metadata
Using cached soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
Using cached path-16.7.1-py3-none-any.whl (25 kB)
Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
Building wheels for collected packages: functools
Building wheel for functools (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for functools (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for functools
Failed to build functools
ERROR: Could not build wheels for functools, which is required to install pyproject.toml-based projects

请问如果网站要登录帐号密码能解决吗?

我使用 wget 的时候要使用 --user=user --password=pwd 来解决,只是 wget 不能自动获取所有连接,使用你的程序后,可以认出所有连接并自动下载,但这些连接是需要登录的,只登录一次就可以,不知道能不能处理呢?

谢谢啦!!

依赖安装失败

环境
Ubuntu 18.04.5 LTS x86_64
python3.7

$pip3 install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Collecting bs4
  Downloading bs4-0.0.1.tar.gz (1.1 kB)
Collecting Path
  Downloading path-16.0.0-py3-none-any.whl (21 kB)
Collecting asyncio
  Downloading asyncio-3.4.3-py3-none-any.whl (101 kB)
     |████████████████████████████████| 101 kB 456 kB/s 
Collecting argparse
  Downloading argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Collecting functools
  Downloading functools-0.5.tar.gz (4.9 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3.7 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g8im2c0j/functools_f2d5c20ea8724772be0eb1582897b3c4/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g8im2c0j/functools_f2d5c20ea8724772be0eb1582897b3c4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-vk14529n
         cwd: /tmp/pip-install-g8im2c0j/functools_f2d5c20ea8724772be0eb1582897b3c4/
    Complete output (12 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 3, in <module>
        from fnmatch import fnmatchcase
      File "/usr/lib/python3.7/fnmatch.py", line 14, in <module>
        import re
      File "/usr/lib/python3.7/re.py", line 127, in <module>
        import functools
      File "/tmp/pip-install-g8im2c0j/functools_f2d5c20ea8724772be0eb1582897b3c4/functools.py", line 34
        raise TypeError, 'compose expects at least one argument'
                       ^
    SyntaxError: invalid syntax
    ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/22/3c/33589bf30422a92cf8c77054f2cf940ef2acc8a2857e5664045ed75a1c6a/functools-0.5.tar.gz#sha256=596ed8999dee419c0749a41bfdd82e4697e80ea27ee01c716003ef55be9a54c5 (from https://pypi.org/simple/functools/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement functools (from versions: 0.5)
ERROR: No matching distribution found for functools

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.