Skip to content
/ Scripts Public

TamperMonkey Scripts

idejie/Scripts

Repository files navigation

Scripts

Better scripts lead to better life

Tampermonkey

Scripts

  • clean_csdn: 优化csdn

    • 去广告
    • 自动展开
    • 移除无用信息
    • 宽度适配
    • 效果:
  • fuck_ucas_net: UCAS上网脚本

    • just one line :
    checkForm=()=>true;
    • 失效(不过还有其他方法,暂不公布,需要的联系)
  • UCAS Course Picker

    2019.1.9

    2019.6.5 updated for summer-term

    Environment
    • UCAS network

    • Python3

    • BeatifulSoup4 ,requsets needed

      You can install them by pip install BeatifulSoup4 requsets

    Config
    username = "your_email@email.com"
    password = "your_password"
    courses = { 
        # "course_code":"dept_id"  
        # like:     "156560": "964"
    }
    Run

    python ucase_course_picker.py

    Tips
    • How to find course_code

      • Login the http://sep.ucas.cn

      • Click

      • Select school timetable

      • Click an iterm's course code, the you can get the real course_codein address

    • How to find dept_id

  • A Tool for Shit SDU(Single Dogs University)

    **usge**
    
    
    1. environment
    ```
      python3+
    ```
    2. install `beautifulsoup`
    ```shell
      pip install beautifulsoup
    ```
    3. add your print, like
    ```python
      print(score_all)
     ```
     4. execute the py
     ```shell
        python3 tool4shitsdu.py
     ````
    
  • tu8tu spider

    a spider for crawling the "装修公司" on tu8tu.com

    • requirements.txt
    appdirs==1.4.3
    certifi==2019.6.16
    decorator==4.3.0
    jieba==0.39
    networkx==2.2
    numpy==1.15.4
    pandas==0.23.4
    pybind11==2.2.4
    pyee==6.0.0
    pyppeteer==0.0.25
    python-dateutil==2.7.5
    pytz==2018.7
    scikit-learn==0.20.1
    scipy==1.1.0
    six==1.11.0
    textrank4zh==0.3
    tqdm==4.34.0
    urllib3==1.25.3
    websockets==6.0
    XlsxWriter==1.1.2
    

About

TamperMonkey Scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published