一键删光 Gitee 个人项目,非常垂直的账号注销脚本
Project description
Introduction
Gitee账号注销[砖]家,一键删光「我的仓库」。
Requirements
- google-chrome
- Python3.8+
Usage
项目依赖 google-chrome 运行,请确保你的计算机已装有谷歌浏览器。
-
下载依赖
pip install gitee-deleter
-
六根清净方为道,退步原来是向前
拷贝如下参考代码,填入必要的账号信息,执行程序。
该脚本启动有头模式浏览器进行自动化作业。由于「删库」是相当敏感的操作,所以在本人在不影响脚本性能的情况下插入了非常多的
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitee-deleter-0.0.2.tar.gz.
File metadata
- Download URL: gitee-deleter-0.0.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1e63b818a03412567b5ef6f4879444e32d22ce172a003881d71fe61f1287f2d
|
|
| MD5 |
b734174bc11fb71710240ffcaac2abbd
|
|
| BLAKE2b-256 |
5c9da21732c32878abd9dcbbd634c9a16db68bf27ea55ee571bf28e1520167b5
|
File details
Details for the file gitee_deleter-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gitee_deleter-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43d8f439ef8deee879bbe8faac2f354d75f010d3011dcda14d04472d5d4b1629
|
|
| MD5 |
796930ad38a0941afea6c6af3f070e7f
|
|
| BLAKE2b-256 |
4728817665ef59fa9beebed1d23a01afdbe72ede52a37450bdd3d28d88ed1d93
|