GithubHelp home page GithubHelp logo

oreoslab / vip Goto Github PK

View Code? Open in Web Editor NEW
458.0 458.0 195.0 21.25 MB

🏃‍💨 Gone

Shell 52.96% JavaScript 28.17% Dockerfile 0.33% Python 17.68% HTML 0.13% AutoIt 0.72%
docker javascript python shell

vip's People

Contributors

oreomeow avatar sourcery-ai[bot] 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  avatar  avatar  avatar

vip's Issues

mimotion.py在青龙v2.13.3无法正常运行

青龙v2.13.3无法正常运行mimotion.py
报错
Traceback (most recent call last):
File "/ql/data/scripts/raw_py_mimotion.py", line 30, in
import requests
ModuleNotFoundError: No module named 'requests'
青龙v2.13.2以及老版本都正常运行

netease.py 脚本报错

python netease.py 报错如下

Traceback (most recent call last):
  File "/root/jd/scripts/netease.py", line 488, in <module>
    main_handler("", "")
  File "/root/jd/scripts/netease.py", line 484, in main_handler
    start()
  File "/root/jd/scripts/netease.py", line 477, in start
    if NETEASE_USER and NETEASE_PWD in os.environ:
NameError: name 'NETEASE_USER' is not defined

这处代码对环境变量NETEASE_USER的判断貌似应该对NETEASE_USER添加引号才能正确执行

def start():
    if NETEASE_USER and NETEASE_PWD in os.environ:
        tasks_pool(get_envs())
    else:
        tasks_pool(get_args())

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.