GithubHelp home page GithubHelp logo

masroore / easytoyou_script Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ns-sp4ce/easytoyou_script

0.0 1.0 0.0 27 KB

easytoyou批量解密脚本

License: GNU Affero General Public License v3.0

Python 100.00%

easytoyou_script's Introduction

easytoyou_script 【ONLY FOR WINDOWS】

easytoyou批量解密脚本 【需要一个easy2you的会员帐号】

配置 (options)

ez2u.py
    class options:
        sourceFolder = "" # need decode path
        dstFolder = '' # save path
        ez2uURL = 'https://easytoyou.eu/decoder/ic10php56/'
        reqHeader = {}
        reqHeader['Cookie'] = '' #登录状态的会员账号的cookie
        reqHeader['User-Agent'] = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'
        errorLogPath = dstFolder + 'error.log' # errorlog path
        timeZone=-7 #CN to EU 
        reqTimeout=20 #request timeout
  • sourceFolder:输入目录
  • dstFolder:输出目录
  • ez2uURL:解密站点路径
  • reqHeader:header头
  • timeZone:你所在的时区与欧洲相差的时间(例如:北京时间8点,那么欧洲时间为1点,相差7小时,故-7)
  • reqTimeout:请求超时时间 配置好后执行python3 ez2u.py即可

需求

  • python3
  • bs4、requests、lxml

Use

  1. sign up a ez2u account
  2. login ez2u and copy Response Cookie
  3. paste cookie into ez2u.py reqHeader['Cookie']
  4. set timeZone dstFolder sourceFolderto right value
  5. run python3 ez2u.py

easytoyou_script's People

Contributors

ns-sp4ce avatar

Watchers

 avatar

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.