Skip to main content

一键删光 Gitee 个人项目,非常垂直的账号注销脚本

Project description

Introduction

Gitee账号注销[砖]家,一键删光「我的仓库」。

Requirements

  • google-chrome
  • Python3.8+

Usage

项目依赖 google-chrome 运行,请确保你的计算机已装有谷歌浏览器。

  1. 下载依赖

    pip install gitee-deleter
    
  2. 六根清净方为道,退步原来是向前

    拷贝如下参考代码,填入必要的账号信息,执行程序。

    该脚本启动有头模式浏览器进行自动化作业。由于「删库」是相当敏感的操作,所以在本人在不影响脚本性能的情况下插入了非常多的 sleep 语句。如果你发现情况不对,手动关闭浏览器杀死进程即可。

    from gitee_deleter import remove_all
    
    GITEE_USERNAME: str = ""
    GITEE_PASSWORD: str = ""
    
    if __name__ == "__main__":
        remove_all(username=GITEE_USERNAME, password=GITEE_PASSWORD)
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitee-deleter-0.0.2.tar.gz (11.6 kB view hashes)

Uploaded Source

Built Distribution

gitee_deleter-0.0.2-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page